Class VpnGatewaysClient.AggregatedListPage (1.26.0)

public static class VpnGatewaysClient.AggregatedListPage extends AbstractPage<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,Map.Entry<String,VpnGatewaysScopedList>,VpnGatewaysClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > VpnGatewaysClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,Map.Entry<String,VpnGatewaysScopedList>> context, VpnGatewayAggregatedList response)

protected VpnGatewaysClient.AggregatedListPage createPage(PageContext<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,Map.Entry<String,VpnGatewaysScopedList>> context, VpnGatewayAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,java.util.Map.Entry<String,VpnGatewaysScopedList>>
responseVpnGatewayAggregatedList
Returns
TypeDescription
VpnGatewaysClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,Map.Entry<String,VpnGatewaysScopedList>> context, ApiFuture<VpnGatewayAggregatedList> futureResponse)

public ApiFuture<VpnGatewaysClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,Map.Entry<String,VpnGatewaysScopedList>> context, ApiFuture<VpnGatewayAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,java.util.Map.Entry<String,VpnGatewaysScopedList>>
futureResponseApiFuture<VpnGatewayAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides