Class GlobalOperationsClient.AggregatedListPage (1.19.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
NameDescription
contextPageContext<AggregatedListGlobalOperationsRequest,OperationAggregatedList,java.util.Map.Entry<String,OperationsScopedList>>
responseOperationAggregatedList
Returns
TypeDescription
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
NameDescription
contextPageContext<AggregatedListGlobalOperationsRequest,OperationAggregatedList,java.util.Map.Entry<String,OperationsScopedList>>
futureResponseApiFuture<OperationAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides