Class OracleDatabaseClient.ListCloudExadataInfrastructuresPage (0.1.0)

public static class OracleDatabaseClient.ListCloudExadataInfrastructuresPage extends AbstractPage<ListCloudExadataInfrastructuresRequest,ListCloudExadataInfrastructuresResponse,CloudExadataInfrastructure,OracleDatabaseClient.ListCloudExadataInfrastructuresPage>

Inheritance

java.lang.Object > AbstractPage > OracleDatabaseClient.ListCloudExadataInfrastructuresPage

Methods

createPage(PageContext<ListCloudExadataInfrastructuresRequest,ListCloudExadataInfrastructuresResponse,CloudExadataInfrastructure> context, ListCloudExadataInfrastructuresResponse response)

protected OracleDatabaseClient.ListCloudExadataInfrastructuresPage createPage(PageContext<ListCloudExadataInfrastructuresRequest,ListCloudExadataInfrastructuresResponse,CloudExadataInfrastructure> context, ListCloudExadataInfrastructuresResponse response)
Parameters
Name Description
context PageContext<ListCloudExadataInfrastructuresRequest,ListCloudExadataInfrastructuresResponse,CloudExadataInfrastructure>
response ListCloudExadataInfrastructuresResponse
Returns
Type Description
OracleDatabaseClient.ListCloudExadataInfrastructuresPage
Overrides

createPageAsync(PageContext<ListCloudExadataInfrastructuresRequest,ListCloudExadataInfrastructuresResponse,CloudExadataInfrastructure> context, ApiFuture<ListCloudExadataInfrastructuresResponse> futureResponse)

public ApiFuture<OracleDatabaseClient.ListCloudExadataInfrastructuresPage> createPageAsync(PageContext<ListCloudExadataInfrastructuresRequest,ListCloudExadataInfrastructuresResponse,CloudExadataInfrastructure> context, ApiFuture<ListCloudExadataInfrastructuresResponse> futureResponse)
Parameters
Name Description
context PageContext<ListCloudExadataInfrastructuresRequest,ListCloudExadataInfrastructuresResponse,CloudExadataInfrastructure>
futureResponse ApiFuture<ListCloudExadataInfrastructuresResponse>
Returns
Type Description
ApiFuture<ListCloudExadataInfrastructuresPage>
Overrides