Uses of Class
com.oracle.bmc.goldengate.responses.RemoveDeploymentLocalPeerResponse
-
Packages that use RemoveDeploymentLocalPeerResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of RemoveDeploymentLocalPeerResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return RemoveDeploymentLocalPeerResponse Modifier and Type Method Description RemoveDeploymentLocalPeerResponse
GoldenGate. removeDeploymentLocalPeer(RemoveDeploymentLocalPeerRequest request)
Removes a local peer of the deployment, this will remove the given placement entry from the deployment placement attribute.RemoveDeploymentLocalPeerResponse
GoldenGateClient. removeDeploymentLocalPeer(RemoveDeploymentLocalPeerRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type RemoveDeploymentLocalPeerResponse Modifier and Type Method Description Future<RemoveDeploymentLocalPeerResponse>
GoldenGateAsync. removeDeploymentLocalPeer(RemoveDeploymentLocalPeerRequest request, AsyncHandler<RemoveDeploymentLocalPeerRequest,RemoveDeploymentLocalPeerResponse> handler)
Removes a local peer of the deployment, this will remove the given placement entry from the deployment placement attribute.Future<RemoveDeploymentLocalPeerResponse>
GoldenGateAsyncClient. removeDeploymentLocalPeer(RemoveDeploymentLocalPeerRequest request, AsyncHandler<RemoveDeploymentLocalPeerRequest,RemoveDeploymentLocalPeerResponse> handler)
Method parameters in com.oracle.bmc.goldengate with type arguments of type RemoveDeploymentLocalPeerResponse Modifier and Type Method Description Future<RemoveDeploymentLocalPeerResponse>
GoldenGateAsync. removeDeploymentLocalPeer(RemoveDeploymentLocalPeerRequest request, AsyncHandler<RemoveDeploymentLocalPeerRequest,RemoveDeploymentLocalPeerResponse> handler)
Removes a local peer of the deployment, this will remove the given placement entry from the deployment placement attribute.Future<RemoveDeploymentLocalPeerResponse>
GoldenGateAsyncClient. removeDeploymentLocalPeer(RemoveDeploymentLocalPeerRequest request, AsyncHandler<RemoveDeploymentLocalPeerRequest,RemoveDeploymentLocalPeerResponse> handler)
-
Uses of RemoveDeploymentLocalPeerResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return RemoveDeploymentLocalPeerResponse Modifier and Type Method Description RemoveDeploymentLocalPeerResponse
RemoveDeploymentLocalPeerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type RemoveDeploymentLocalPeerResponse Modifier and Type Method Description RemoveDeploymentLocalPeerResponse.Builder
RemoveDeploymentLocalPeerResponse.Builder. copy(RemoveDeploymentLocalPeerResponse o)
Copy method to populate the builder with values from the given instance.
-