Class GlobalOperationsClient.AggregatedListPage (1.53.0)

public static class GlobalOperationsClient.AggregatedListPage extends AbstractPage<AggregatedListGlobalOperationsRequest,OperationAggregatedList,Map.Entry<String,OperationsScopedList>,GlobalOperationsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > GlobalOperationsClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListGlobalOperationsRequest,OperationAggregatedList,Map.Entry<String,OperationsScopedList>> context, OperationAggregatedList response)

protected GlobalOperationsClient.AggregatedListPage createPage(PageContext<AggregatedListGlobalOperationsRequest,OperationAggregatedList,Map.Entry<String,OperationsScopedList>> context, OperationAggregatedList response)
Parameters
Name Description
context PageContext<AggregatedListGlobalOperationsRequest,OperationAggregatedList,java.util.Map.Entry<String,OperationsScopedList>>
response OperationAggregatedList
Returns
Type Description
GlobalOperationsClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListGlobalOperationsRequest,OperationAggregatedList,Map.Entry<String,OperationsScopedList>> context, ApiFuture<OperationAggregatedList> futureResponse)

public ApiFuture<GlobalOperationsClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListGlobalOperationsRequest,OperationAggregatedList,Map.Entry<String,OperationsScopedList>> context, ApiFuture<OperationAggregatedList> futureResponse)
Parameters
Name Description
context PageContext<AggregatedListGlobalOperationsRequest,OperationAggregatedList,java.util.Map.Entry<String,OperationsScopedList>>
futureResponse ApiFuture<OperationAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides