Uses of Class
com.oracle.bmc.goldengate.responses.ListDeploymentPeersResponse
-
Packages that use ListDeploymentPeersResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of ListDeploymentPeersResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return ListDeploymentPeersResponse Modifier and Type Method Description ListDeploymentPeersResponse
GoldenGate. listDeploymentPeers(ListDeploymentPeersRequest request)
Lists the local and remote peers in a deployment.ListDeploymentPeersResponse
GoldenGateClient. listDeploymentPeers(ListDeploymentPeersRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type ListDeploymentPeersResponse Modifier and Type Method Description Future<ListDeploymentPeersResponse>
GoldenGateAsync. listDeploymentPeers(ListDeploymentPeersRequest request, AsyncHandler<ListDeploymentPeersRequest,ListDeploymentPeersResponse> handler)
Lists the local and remote peers in a deployment.Future<ListDeploymentPeersResponse>
GoldenGateAsyncClient. listDeploymentPeers(ListDeploymentPeersRequest request, AsyncHandler<ListDeploymentPeersRequest,ListDeploymentPeersResponse> handler)
Iterable<ListDeploymentPeersResponse>
GoldenGatePaginators. listDeploymentPeersResponseIterator(ListDeploymentPeersRequest request)
Creates a new iterable which will iterate over the responses received from the listDeploymentPeers operation.Method parameters in com.oracle.bmc.goldengate with type arguments of type ListDeploymentPeersResponse Modifier and Type Method Description Future<ListDeploymentPeersResponse>
GoldenGateAsync. listDeploymentPeers(ListDeploymentPeersRequest request, AsyncHandler<ListDeploymentPeersRequest,ListDeploymentPeersResponse> handler)
Lists the local and remote peers in a deployment.Future<ListDeploymentPeersResponse>
GoldenGateAsyncClient. listDeploymentPeers(ListDeploymentPeersRequest request, AsyncHandler<ListDeploymentPeersRequest,ListDeploymentPeersResponse> handler)
-
Uses of ListDeploymentPeersResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return ListDeploymentPeersResponse Modifier and Type Method Description ListDeploymentPeersResponse
ListDeploymentPeersResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type ListDeploymentPeersResponse Modifier and Type Method Description ListDeploymentPeersResponse.Builder
ListDeploymentPeersResponse.Builder. copy(ListDeploymentPeersResponse o)
Copy method to populate the builder with values from the given instance.
-