Class RoutersClient.AggregatedListPage (1.8.1)

public static class RoutersClient.AggregatedListPage extends AbstractPage<AggregatedListRoutersRequest,RouterAggregatedList,Map.Entry<String,RoutersScopedList>,RoutersClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > RoutersClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListRoutersRequest,RouterAggregatedList,Map.Entry<String,RoutersScopedList>> context, RouterAggregatedList response)

protected RoutersClient.AggregatedListPage createPage(PageContext<AggregatedListRoutersRequest,RouterAggregatedList,Map.Entry<String,RoutersScopedList>> context, RouterAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListRoutersRequest,RouterAggregatedList,java.util.Map.Entry<String,RoutersScopedList>>
responseRouterAggregatedList
Returns
TypeDescription
RoutersClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListRoutersRequest,RouterAggregatedList,Map.Entry<String,RoutersScopedList>> context, ApiFuture<RouterAggregatedList> futureResponse)

public ApiFuture<RoutersClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListRoutersRequest,RouterAggregatedList,Map.Entry<String,RoutersScopedList>> context, ApiFuture<RouterAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListRoutersRequest,RouterAggregatedList,java.util.Map.Entry<String,RoutersScopedList>>
futureResponseApiFuture<RouterAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides