Class AutoscalersClient.AggregatedListPage (1.47.0)

public static class AutoscalersClient.AggregatedListPage extends AbstractPage<AggregatedListAutoscalersRequest,AutoscalerAggregatedList,Map.Entry<String,AutoscalersScopedList>,AutoscalersClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > AutoscalersClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListAutoscalersRequest,AutoscalerAggregatedList,Map.Entry<String,AutoscalersScopedList>> context, AutoscalerAggregatedList response)

protected AutoscalersClient.AggregatedListPage createPage(PageContext<AggregatedListAutoscalersRequest,AutoscalerAggregatedList,Map.Entry<String,AutoscalersScopedList>> context, AutoscalerAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListAutoscalersRequest,AutoscalerAggregatedList,java.util.Map.Entry<String,AutoscalersScopedList>>
responseAutoscalerAggregatedList
Returns
TypeDescription
AutoscalersClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListAutoscalersRequest,AutoscalerAggregatedList,Map.Entry<String,AutoscalersScopedList>> context, ApiFuture<AutoscalerAggregatedList> futureResponse)

public ApiFuture<AutoscalersClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListAutoscalersRequest,AutoscalerAggregatedList,Map.Entry<String,AutoscalersScopedList>> context, ApiFuture<AutoscalerAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListAutoscalersRequest,AutoscalerAggregatedList,java.util.Map.Entry<String,AutoscalersScopedList>>
futureResponseApiFuture<AutoscalerAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides