Package | Description |
---|---|
com.amazonaws.services.codedeploy | |
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
ListDeploymentConfigsResult |
AmazonCodeDeployClient.listDeploymentConfigs() |
ListDeploymentConfigsResult |
AmazonCodeDeploy.listDeploymentConfigs()
Simplified method form for invoking the ListDeploymentConfigs operation.
|
ListDeploymentConfigsResult |
AmazonCodeDeployClient.listDeploymentConfigs(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations with the applicable IAM user or AWS
account.
|
ListDeploymentConfigsResult |
AmazonCodeDeploy.listDeploymentConfigs(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations with the applicable IAM user or AWS
account.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsyncClient.listDeploymentConfigsAsync() |
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsync.listDeploymentConfigsAsync()
Simplified method form for invoking the ListDeploymentConfigs operation.
|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsyncClient.listDeploymentConfigsAsync(AsyncHandler<ListDeploymentConfigsRequest,ListDeploymentConfigsResult> asyncHandler)
Simplified method form for invoking the ListDeploymentConfigs operation
with an AsyncHandler.
|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsync.listDeploymentConfigsAsync(AsyncHandler<ListDeploymentConfigsRequest,ListDeploymentConfigsResult> asyncHandler)
Simplified method form for invoking the ListDeploymentConfigs operation
with an AsyncHandler.
|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsyncClient.listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest) |
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsync.listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations with the applicable IAM user or AWS
account.
|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsyncClient.listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest,
AsyncHandler<ListDeploymentConfigsRequest,ListDeploymentConfigsResult> asyncHandler) |
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsync.listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest,
AsyncHandler<ListDeploymentConfigsRequest,ListDeploymentConfigsResult> asyncHandler)
Lists the deployment configurations with the applicable IAM user or AWS
account.
|
Modifier and Type | Method and Description |
---|---|
ListDeploymentConfigsResult |
ListDeploymentConfigsResult.clone() |
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 © 2015. All rights reserved.