Uses of Class
com.oracle.bmc.goldengate.requests.RefreshConnectionRequest
-
Packages that use RefreshConnectionRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of RefreshConnectionRequest in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type RefreshConnectionRequest Modifier and Type Method Description RefreshConnectionResponse
GoldenGate. refreshConnection(RefreshConnectionRequest request)
Refresh the external Connection attributes.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)
RefreshConnectionResponse
GoldenGateClient. refreshConnection(RefreshConnectionRequest request)
Method parameters in com.oracle.bmc.goldengate with type arguments of type RefreshConnectionRequest 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 RefreshConnectionRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return RefreshConnectionRequest Modifier and Type Method Description RefreshConnectionRequest
RefreshConnectionRequest.Builder. build()
Build the instance of RefreshConnectionRequest as configured by this builderRefreshConnectionRequest
RefreshConnectionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RefreshConnectionRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type RefreshConnectionRequest Modifier and Type Method Description RefreshConnectionRequest.Builder
RefreshConnectionRequest.Builder. copy(RefreshConnectionRequest o)
Copy method to populate the builder with values from the given instance.
-