Class AcceleratorTypesClient.AggregatedListPage (1.52.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
Name Description
context PageContext<AggregatedListAcceleratorTypesRequest,AcceleratorTypeAggregatedList,java.util.Map.Entry<String,AcceleratorTypesScopedList>>
response AcceleratorTypeAggregatedList
Returns
Type Description
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
Name Description
context PageContext<AggregatedListAcceleratorTypesRequest,AcceleratorTypeAggregatedList,java.util.Map.Entry<String,AcceleratorTypesScopedList>>
futureResponse ApiFuture<AcceleratorTypeAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides