Uses of Class
com.oracle.bmc.goldengate.responses.CreateConnectionResponse
-
Packages that use CreateConnectionResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of CreateConnectionResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return CreateConnectionResponse Modifier and Type Method Description CreateConnectionResponse
GoldenGate. createConnection(CreateConnectionRequest request)
Creates a new Connection.CreateConnectionResponse
GoldenGateClient. createConnection(CreateConnectionRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type CreateConnectionResponse Modifier and Type Method Description Future<CreateConnectionResponse>
GoldenGateAsync. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
Creates a new Connection.Future<CreateConnectionResponse>
GoldenGateAsyncClient. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
Method parameters in com.oracle.bmc.goldengate with type arguments of type CreateConnectionResponse Modifier and Type Method Description Future<CreateConnectionResponse>
GoldenGateAsync. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
Creates a new Connection.Future<CreateConnectionResponse>
GoldenGateAsyncClient. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
-
Uses of CreateConnectionResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return CreateConnectionResponse Modifier and Type Method Description CreateConnectionResponse
CreateConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type CreateConnectionResponse Modifier and Type Method Description CreateConnectionResponse.Builder
CreateConnectionResponse.Builder. copy(CreateConnectionResponse o)
Copy method to populate the builder with values from the given instance.
-