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