| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy |
Synchronous and asynchronous client classes for accessing AmazonCodeDeploy.
|
| com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentConfigsResult |
AmazonCodeDeployClient.listDeploymentConfigs()
Lists the deployment configurations within the AWS user account.
|
ListDeploymentConfigsResult |
AmazonCodeDeploy.listDeploymentConfigs()
Lists the deployment configurations within the AWS user account.
|
ListDeploymentConfigsResult |
AmazonCodeDeployClient.listDeploymentConfigs(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations within the AWS user account.
|
ListDeploymentConfigsResult |
AmazonCodeDeploy.listDeploymentConfigs(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations within the AWS user account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsyncClient.listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations within the AWS user account.
|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsync.listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations within the AWS user account.
|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsyncClient.listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest,
AsyncHandler<ListDeploymentConfigsRequest,ListDeploymentConfigsResult> asyncHandler)
Lists the deployment configurations within the AWS user account.
|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsync.listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest,
AsyncHandler<ListDeploymentConfigsRequest,ListDeploymentConfigsResult> asyncHandler)
Lists the deployment configurations within the AWS user account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsyncClient.listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest,
AsyncHandler<ListDeploymentConfigsRequest,ListDeploymentConfigsResult> asyncHandler)
Lists the deployment configurations within the AWS user account.
|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsync.listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest,
AsyncHandler<ListDeploymentConfigsRequest,ListDeploymentConfigsResult> asyncHandler)
Lists the deployment configurations within the AWS user account.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentConfigsResult |
ListDeploymentConfigsResult.withDeploymentConfigsList(Collection<String> deploymentConfigsList)
A list of deployment configurations, including the built-in
configurations such as CodeDeployDefault.OneAtATime.
|
ListDeploymentConfigsResult |
ListDeploymentConfigsResult.withDeploymentConfigsList(String... deploymentConfigsList)
A list of deployment configurations, including the built-in
configurations such as CodeDeployDefault.OneAtATime.
|
ListDeploymentConfigsResult |
ListDeploymentConfigsResult.withNextToken(String nextToken)
If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list deployment configurations call to return the next set of
deployment configurations in the list.
|
Copyright © 2014. All rights reserved.