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