Class MachineTypesClient.AggregatedListPage (1.23.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)
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)
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides