Class DisksClient.AggregatedListPage (1.54.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
Name Description
context PageContext<AggregatedListDisksRequest,DiskAggregatedList,java.util.Map.Entry<String,DisksScopedList>>
response DiskAggregatedList
Returns
Type Description
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
Name Description
context PageContext<AggregatedListDisksRequest,DiskAggregatedList,java.util.Map.Entry<String,DisksScopedList>>
futureResponse ApiFuture<DiskAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides