Class AcceleratorTypesClient.AggregatedListPage (1.51.0)

public static class AcceleratorTypesClient.AggregatedListPage extends AbstractPage<AggregatedListAcceleratorTypesRequest,AcceleratorTypeAggregatedList,Map.Entry<String,AcceleratorTypesScopedList>,AcceleratorTypesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > AcceleratorTypesClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListAcceleratorTypesRequest,AcceleratorTypeAggregatedList,Map.Entry<String,AcceleratorTypesScopedList>> context, AcceleratorTypeAggregatedList response)

protected AcceleratorTypesClient.AggregatedListPage createPage(PageContext<AggregatedListAcceleratorTypesRequest,AcceleratorTypeAggregatedList,Map.Entry<String,AcceleratorTypesScopedList>> context, AcceleratorTypeAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListAcceleratorTypesRequest,AcceleratorTypeAggregatedList,java.util.Map.Entry<String,AcceleratorTypesScopedList>>
responseAcceleratorTypeAggregatedList
Returns
TypeDescription
AcceleratorTypesClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListAcceleratorTypesRequest,AcceleratorTypeAggregatedList,Map.Entry<String,AcceleratorTypesScopedList>> context, ApiFuture<AcceleratorTypeAggregatedList> futureResponse)

public ApiFuture<AcceleratorTypesClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListAcceleratorTypesRequest,AcceleratorTypeAggregatedList,Map.Entry<String,AcceleratorTypesScopedList>> context, ApiFuture<AcceleratorTypeAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListAcceleratorTypesRequest,AcceleratorTypeAggregatedList,java.util.Map.Entry<String,AcceleratorTypesScopedList>>
futureResponseApiFuture<AcceleratorTypeAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides