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 ListDeploymentPeersResponseGoldenGate. listDeploymentPeers(ListDeploymentPeersRequest request)Lists the local and remote peers in a deployment.ListDeploymentPeersResponseGoldenGateClient. 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 ListDeploymentPeersResponseListDeploymentPeersResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type ListDeploymentPeersResponse Modifier and Type Method Description ListDeploymentPeersResponse.BuilderListDeploymentPeersResponse.Builder. copy(ListDeploymentPeersResponse o)Copy method to populate the builder with values from the given instance.
-