Class RegionOperationsClient.ListPage (1.52.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
Name Description
context PageContext<ListRegionOperationsRequest,OperationList,Operation>
response OperationList
Returns
Type Description
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
Name Description
context PageContext<ListRegionOperationsRequest,OperationList,Operation>
futureResponse ApiFuture<OperationList>
Returns
Type Description
ApiFuture<ListPage>
Overrides