Class OracleDatabaseClient.ListGoldengateDeploymentsPage (0.42.0)

public static class OracleDatabaseClient.ListGoldengateDeploymentsPage extends AbstractPage<ListGoldengateDeploymentsRequest,ListGoldengateDeploymentsResponse,GoldengateDeployment,OracleDatabaseClient.ListGoldengateDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > OracleDatabaseClient.ListGoldengateDeploymentsPage

Methods

createPage(PageContext<ListGoldengateDeploymentsRequest,ListGoldengateDeploymentsResponse,GoldengateDeployment> context, ListGoldengateDeploymentsResponse response)

protected OracleDatabaseClient.ListGoldengateDeploymentsPage createPage(PageContext<ListGoldengateDeploymentsRequest,ListGoldengateDeploymentsResponse,GoldengateDeployment> context, ListGoldengateDeploymentsResponse response)
Parameters
Name Description
context PageContext<ListGoldengateDeploymentsRequest,ListGoldengateDeploymentsResponse,GoldengateDeployment>
response ListGoldengateDeploymentsResponse
Returns
Type Description
OracleDatabaseClient.ListGoldengateDeploymentsPage
Overrides

createPageAsync(PageContext<ListGoldengateDeploymentsRequest,ListGoldengateDeploymentsResponse,GoldengateDeployment> context, ApiFuture<ListGoldengateDeploymentsResponse> futureResponse)

public ApiFuture<OracleDatabaseClient.ListGoldengateDeploymentsPage> createPageAsync(PageContext<ListGoldengateDeploymentsRequest,ListGoldengateDeploymentsResponse,GoldengateDeployment> context, ApiFuture<ListGoldengateDeploymentsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListGoldengateDeploymentsRequest,ListGoldengateDeploymentsResponse,GoldengateDeployment>
futureResponse ApiFuture<ListGoldengateDeploymentsResponse>
Returns
Type Description
ApiFuture<ListGoldengateDeploymentsPage>
Overrides