Class DiskTypesClient.AggregatedListPage (1.51.0)

public static class DiskTypesClient.AggregatedListPage extends AbstractPage<AggregatedListDiskTypesRequest,DiskTypeAggregatedList,Map.Entry<String,DiskTypesScopedList>,DiskTypesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > DiskTypesClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListDiskTypesRequest,DiskTypeAggregatedList,Map.Entry<String,DiskTypesScopedList>> context, DiskTypeAggregatedList response)

protected DiskTypesClient.AggregatedListPage createPage(PageContext<AggregatedListDiskTypesRequest,DiskTypeAggregatedList,Map.Entry<String,DiskTypesScopedList>> context, DiskTypeAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListDiskTypesRequest,DiskTypeAggregatedList,java.util.Map.Entry<String,DiskTypesScopedList>>
responseDiskTypeAggregatedList
Returns
TypeDescription
DiskTypesClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListDiskTypesRequest,DiskTypeAggregatedList,Map.Entry<String,DiskTypesScopedList>> context, ApiFuture<DiskTypeAggregatedList> futureResponse)

public ApiFuture<DiskTypesClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListDiskTypesRequest,DiskTypeAggregatedList,Map.Entry<String,DiskTypesScopedList>> context, ApiFuture<DiskTypeAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListDiskTypesRequest,DiskTypeAggregatedList,java.util.Map.Entry<String,DiskTypesScopedList>>
futureResponseApiFuture<DiskTypeAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides