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