Uses of Class
com.oracle.bmc.goldengate.responses.ListDeploymentsResponse
-
Packages that use ListDeploymentsResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of ListDeploymentsResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return ListDeploymentsResponse Modifier and Type Method Description ListDeploymentsResponseGoldenGate. listDeployments(ListDeploymentsRequest request)Lists the Deployments in a compartment.ListDeploymentsResponseGoldenGateClient. listDeployments(ListDeploymentsRequest request)Methods in com.oracle.bmc.goldengate that return types with arguments of type ListDeploymentsResponse Modifier and Type Method Description Future<ListDeploymentsResponse>GoldenGateAsync. listDeployments(ListDeploymentsRequest request, AsyncHandler<ListDeploymentsRequest,ListDeploymentsResponse> handler)Lists the Deployments in a compartment.Future<ListDeploymentsResponse>GoldenGateAsyncClient. listDeployments(ListDeploymentsRequest request, AsyncHandler<ListDeploymentsRequest,ListDeploymentsResponse> handler)Iterable<ListDeploymentsResponse>GoldenGatePaginators. listDeploymentsResponseIterator(ListDeploymentsRequest request)Creates a new iterable which will iterate over the responses received from the listDeployments operation.Method parameters in com.oracle.bmc.goldengate with type arguments of type ListDeploymentsResponse Modifier and Type Method Description Future<ListDeploymentsResponse>GoldenGateAsync. listDeployments(ListDeploymentsRequest request, AsyncHandler<ListDeploymentsRequest,ListDeploymentsResponse> handler)Lists the Deployments in a compartment.Future<ListDeploymentsResponse>GoldenGateAsyncClient. listDeployments(ListDeploymentsRequest request, AsyncHandler<ListDeploymentsRequest,ListDeploymentsResponse> handler) -
Uses of ListDeploymentsResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return ListDeploymentsResponse Modifier and Type Method Description ListDeploymentsResponseListDeploymentsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type ListDeploymentsResponse Modifier and Type Method Description ListDeploymentsResponse.BuilderListDeploymentsResponse.Builder. copy(ListDeploymentsResponse o)Copy method to populate the builder with values from the given instance.
-