Class SubnetworksClient.AggregatedListPage (1.51.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
NameDescription
contextPageContext<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,java.util.Map.Entry<String,SubnetworksScopedList>>
responseSubnetworkAggregatedList
Returns
TypeDescription
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
NameDescription
contextPageContext<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,java.util.Map.Entry<String,SubnetworksScopedList>>
futureResponseApiFuture<SubnetworkAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides