Class DisksClient.AggregatedListPage (1.22.0)

public static class DisksClient.AggregatedListPage extends AbstractPage<AggregatedListDisksRequest,DiskAggregatedList,Map.Entry<String,DisksScopedList>,DisksClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > DisksClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListDisksRequest,DiskAggregatedList,Map.Entry<String,DisksScopedList>> context, DiskAggregatedList response)

protected DisksClient.AggregatedListPage createPage(PageContext<AggregatedListDisksRequest,DiskAggregatedList,Map.Entry<String,DisksScopedList>> context, DiskAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListDisksRequest,DiskAggregatedList,java.util.Map.Entry<String,DisksScopedList>>
responseDiskAggregatedList
Returns
TypeDescription
DisksClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListDisksRequest,DiskAggregatedList,Map.Entry<String,DisksScopedList>> context, ApiFuture<DiskAggregatedList> futureResponse)

public ApiFuture<DisksClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListDisksRequest,DiskAggregatedList,Map.Entry<String,DisksScopedList>> context, ApiFuture<DiskAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListDisksRequest,DiskAggregatedList,java.util.Map.Entry<String,DisksScopedList>>
futureResponseApiFuture<DiskAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides