Uses of Class
com.oracle.bmc.goldengate.requests.ListDeploymentsRequest
-
Packages that use ListDeploymentsRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of ListDeploymentsRequest in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type ListDeploymentsRequest Modifier and Type Method Description ListDeploymentsResponse
GoldenGate. listDeployments(ListDeploymentsRequest request)
Lists the Deployments in a compartment.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)
ListDeploymentsResponse
GoldenGateClient. listDeployments(ListDeploymentsRequest request)
Iterable<DeploymentSummary>
GoldenGatePaginators. listDeploymentsRecordIterator(ListDeploymentsRequest request)
Creates a new iterable which will iterate over theDeploymentSummary
objects contained in responses from the listDeployments operation.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 ListDeploymentsRequest 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 ListDeploymentsRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return ListDeploymentsRequest Modifier and Type Method Description ListDeploymentsRequest
ListDeploymentsRequest.Builder. build()
Build the instance of ListDeploymentsRequest as configured by this builderListDeploymentsRequest
ListDeploymentsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDeploymentsRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type ListDeploymentsRequest Modifier and Type Method Description ListDeploymentsRequest.Builder
ListDeploymentsRequest.Builder. copy(ListDeploymentsRequest o)
Copy method to populate the builder with values from the given instance.
-