Class OracleDatabaseClient.ListGoldengateConnectionsPage (0.42.0)

public static class OracleDatabaseClient.ListGoldengateConnectionsPage extends AbstractPage<ListGoldengateConnectionsRequest,ListGoldengateConnectionsResponse,GoldengateConnection,OracleDatabaseClient.ListGoldengateConnectionsPage>

Inheritance

java.lang.Object > AbstractPage > OracleDatabaseClient.ListGoldengateConnectionsPage

Methods

createPage(PageContext<ListGoldengateConnectionsRequest,ListGoldengateConnectionsResponse,GoldengateConnection> context, ListGoldengateConnectionsResponse response)

protected OracleDatabaseClient.ListGoldengateConnectionsPage createPage(PageContext<ListGoldengateConnectionsRequest,ListGoldengateConnectionsResponse,GoldengateConnection> context, ListGoldengateConnectionsResponse response)
Parameters
Name Description
context PageContext<ListGoldengateConnectionsRequest,ListGoldengateConnectionsResponse,GoldengateConnection>
response ListGoldengateConnectionsResponse
Returns
Type Description
OracleDatabaseClient.ListGoldengateConnectionsPage
Overrides

createPageAsync(PageContext<ListGoldengateConnectionsRequest,ListGoldengateConnectionsResponse,GoldengateConnection> context, ApiFuture<ListGoldengateConnectionsResponse> futureResponse)

public ApiFuture<OracleDatabaseClient.ListGoldengateConnectionsPage> createPageAsync(PageContext<ListGoldengateConnectionsRequest,ListGoldengateConnectionsResponse,GoldengateConnection> context, ApiFuture<ListGoldengateConnectionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListGoldengateConnectionsRequest,ListGoldengateConnectionsResponse,GoldengateConnection>
futureResponse ApiFuture<ListGoldengateConnectionsResponse>
Returns
Type Description
ApiFuture<ListGoldengateConnectionsPage>
Overrides