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.goldengateMethod 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.requestsMethods in com.oracle.bmc.goldengate.requests that return RemoveDeploymentLocalPeerRequest Modifier and Type Method Description RemoveDeploymentLocalPeerRequestRemoveDeploymentLocalPeerRequest.Builder. build()Build the instance of RemoveDeploymentLocalPeerRequest as configured by this builderRemoveDeploymentLocalPeerRequestRemoveDeploymentLocalPeerRequest.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.BuilderRemoveDeploymentLocalPeerRequest.Builder. copy(RemoveDeploymentLocalPeerRequest o)Copy method to populate the builder with values from the given instance.
 
-