Class SubnetworksClient.AggregatedListPage (1.52.0)

public static class SubnetworksClient.AggregatedListPage extends AbstractPage<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,Map.Entry<String,SubnetworksScopedList>,SubnetworksClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > SubnetworksClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,Map.Entry<String,SubnetworksScopedList>> context, SubnetworkAggregatedList response)

protected SubnetworksClient.AggregatedListPage createPage(PageContext<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,Map.Entry<String,SubnetworksScopedList>> context, SubnetworkAggregatedList response)
Parameters
Name Description
context PageContext<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,java.util.Map.Entry<String,SubnetworksScopedList>>
response SubnetworkAggregatedList
Returns
Type Description
SubnetworksClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,Map.Entry<String,SubnetworksScopedList>> context, ApiFuture<SubnetworkAggregatedList> futureResponse)

public ApiFuture<SubnetworksClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,Map.Entry<String,SubnetworksScopedList>> context, ApiFuture<SubnetworkAggregatedList> futureResponse)
Parameters
Name Description
context PageContext<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,java.util.Map.Entry<String,SubnetworksScopedList>>
futureResponse ApiFuture<SubnetworkAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides