Class MachineTypesClient.AggregatedListPage (1.52.0)

public static class MachineTypesClient.AggregatedListPage extends AbstractPage<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,Map.Entry<String,MachineTypesScopedList>,MachineTypesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > MachineTypesClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,Map.Entry<String,MachineTypesScopedList>> context, MachineTypeAggregatedList response)

protected MachineTypesClient.AggregatedListPage createPage(PageContext<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,Map.Entry<String,MachineTypesScopedList>> context, MachineTypeAggregatedList response)
Parameters
Name Description
context PageContext<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,java.util.Map.Entry<String,MachineTypesScopedList>>
response MachineTypeAggregatedList
Returns
Type Description
MachineTypesClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,Map.Entry<String,MachineTypesScopedList>> context, ApiFuture<MachineTypeAggregatedList> futureResponse)

public ApiFuture<MachineTypesClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,Map.Entry<String,MachineTypesScopedList>> context, ApiFuture<MachineTypeAggregatedList> futureResponse)
Parameters
Name Description
context PageContext<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,java.util.Map.Entry<String,MachineTypesScopedList>>
futureResponse ApiFuture<MachineTypeAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides