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.goldengateMethods in com.oracle.bmc.goldengate that return GetConnectionResponse Modifier and Type Method Description GetConnectionResponseGoldenGate. getConnection(GetConnectionRequest request)Retrieves a Connection.GetConnectionResponseGoldenGateClient. 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.responsesMethods in com.oracle.bmc.goldengate.responses that return GetConnectionResponse Modifier and Type Method Description GetConnectionResponseGetConnectionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type GetConnectionResponse Modifier and Type Method Description GetConnectionResponse.BuilderGetConnectionResponse.Builder. copy(GetConnectionResponse o)Copy method to populate the builder with values from the given instance.
 
-