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