Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.responses |
Modifier and Type | Method and Description |
---|---|
ListDeploymentsResponse |
Deployment.listDeployments(ListDeploymentsRequest request)
Returns a list of deployments.
|
ListDeploymentsResponse |
DeploymentClient.listDeployments(ListDeploymentsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListDeploymentsResponse> |
DeploymentAsync.listDeployments(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResponse> handler)
Returns a list of deployments.
|
Future<ListDeploymentsResponse> |
DeploymentAsyncClient.listDeployments(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResponse> handler) |
Iterable<ListDeploymentsResponse> |
DeploymentPaginators.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> |
DeploymentAsync.listDeployments(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResponse> handler)
Returns a list of deployments.
|
Future<ListDeploymentsResponse> |
DeploymentAsyncClient.listDeployments(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListDeploymentsResponse |
ListDeploymentsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListDeploymentsResponse.Builder |
ListDeploymentsResponse.Builder.copy(ListDeploymentsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.