Class RegionOperationsClient.ListPage (1.51.0)

public static class RegionOperationsClient.ListPage extends AbstractPage<ListRegionOperationsRequest,OperationList,Operation,RegionOperationsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > RegionOperationsClient.ListPage

Methods

createPage(PageContext<ListRegionOperationsRequest,OperationList,Operation> context, OperationList response)

protected RegionOperationsClient.ListPage createPage(PageContext<ListRegionOperationsRequest,OperationList,Operation> context, OperationList response)
Parameters
NameDescription
contextPageContext<ListRegionOperationsRequest,OperationList,Operation>
responseOperationList
Returns
TypeDescription
RegionOperationsClient.ListPage
Overrides

createPageAsync(PageContext<ListRegionOperationsRequest,OperationList,Operation> context, ApiFuture<OperationList> futureResponse)

public ApiFuture<RegionOperationsClient.ListPage> createPageAsync(PageContext<ListRegionOperationsRequest,OperationList,Operation> context, ApiFuture<OperationList> futureResponse)
Parameters
NameDescription
contextPageContext<ListRegionOperationsRequest,OperationList,Operation>
futureResponseApiFuture<OperationList>
Returns
TypeDescription
ApiFuture<ListPage>
Overrides