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