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