Class GlobalOperationsClient.AggregatedListPage (1.68.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)
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)
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides