Class OracleDatabaseClient.ListCloudVmClustersPage (0.2.0)

public static class OracleDatabaseClient.ListCloudVmClustersPage extends AbstractPage<ListCloudVmClustersRequest,ListCloudVmClustersResponse,CloudVmCluster,OracleDatabaseClient.ListCloudVmClustersPage>

Inheritance

java.lang.Object > AbstractPage > OracleDatabaseClient.ListCloudVmClustersPage

Methods

createPage(PageContext<ListCloudVmClustersRequest,ListCloudVmClustersResponse,CloudVmCluster> context, ListCloudVmClustersResponse response)

protected OracleDatabaseClient.ListCloudVmClustersPage createPage(PageContext<ListCloudVmClustersRequest,ListCloudVmClustersResponse,CloudVmCluster> context, ListCloudVmClustersResponse response)
Parameters
Name Description
context PageContext<ListCloudVmClustersRequest,ListCloudVmClustersResponse,CloudVmCluster>
response ListCloudVmClustersResponse
Returns
Type Description
OracleDatabaseClient.ListCloudVmClustersPage
Overrides

createPageAsync(PageContext<ListCloudVmClustersRequest,ListCloudVmClustersResponse,CloudVmCluster> context, ApiFuture<ListCloudVmClustersResponse> futureResponse)

public ApiFuture<OracleDatabaseClient.ListCloudVmClustersPage> createPageAsync(PageContext<ListCloudVmClustersRequest,ListCloudVmClustersResponse,CloudVmCluster> context, ApiFuture<ListCloudVmClustersResponse> futureResponse)
Parameters
Name Description
context PageContext<ListCloudVmClustersRequest,ListCloudVmClustersResponse,CloudVmCluster>
futureResponse ApiFuture<ListCloudVmClustersResponse>
Returns
Type Description
ApiFuture<ListCloudVmClustersPage>
Overrides