Package | Description |
---|---|
com.oracle.bmc.goldengate | |
com.oracle.bmc.goldengate.requests |
Modifier and Type | Method and Description |
---|---|
ListDeploymentsResponse |
GoldenGateClient.listDeployments(ListDeploymentsRequest request) |
ListDeploymentsResponse |
GoldenGate.listDeployments(ListDeploymentsRequest request)
Lists the Deployments in a compartment.
|
Future<ListDeploymentsResponse> |
GoldenGateAsyncClient.listDeployments(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResponse> handler) |
Future<ListDeploymentsResponse> |
GoldenGateAsync.listDeployments(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResponse> handler)
Lists the Deployments in a compartment.
|
Iterable<DeploymentSummary> |
GoldenGatePaginators.listDeploymentsRecordIterator(ListDeploymentsRequest request)
Creates a new iterable which will iterate over the
DeploymentSummary 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDeploymentsResponse> |
GoldenGateAsyncClient.listDeployments(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResponse> handler) |
Future<ListDeploymentsResponse> |
GoldenGateAsync.listDeployments(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResponse> handler)
Lists the Deployments in a compartment.
|
Modifier and Type | Method and Description |
---|---|
ListDeploymentsRequest |
ListDeploymentsRequest.Builder.build()
Build the instance of ListDeploymentsRequest as configured by this builder
|
ListDeploymentsRequest |
ListDeploymentsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDeploymentsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.copy(ListDeploymentsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.