Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
ListDeploymentConfigsResult |
AmazonCodeDeploy.listDeploymentConfigs()
Simplified method form for invoking the ListDeploymentConfigs operation.
|
ListDeploymentConfigsResult |
AmazonCodeDeployClient.listDeploymentConfigs() |
ListDeploymentConfigsResult |
AbstractAmazonCodeDeploy.listDeploymentConfigs() |
ListDeploymentConfigsResult |
AmazonCodeDeploy.listDeploymentConfigs(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations with the applicable IAM user or AWS account.
|
ListDeploymentConfigsResult |
AmazonCodeDeployClient.listDeploymentConfigs(ListDeploymentConfigsRequest request)
Lists the deployment configurations with the applicable IAM user or AWS account.
|
ListDeploymentConfigsResult |
AbstractAmazonCodeDeploy.listDeploymentConfigs(ListDeploymentConfigsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListDeploymentConfigsResult> |
AbstractAmazonCodeDeployAsync.listDeploymentConfigsAsync()
Simplified method form for invoking the ListDeploymentConfigs operation.
|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsync.listDeploymentConfigsAsync()
Simplified method form for invoking the ListDeploymentConfigs operation.
|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsyncClient.listDeploymentConfigsAsync()
Simplified method form for invoking the ListDeploymentConfigs operation.
|
Future<ListDeploymentConfigsResult> |
AbstractAmazonCodeDeployAsync.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(AsyncHandler<ListDeploymentConfigsRequest,ListDeploymentConfigsResult> asyncHandler)
Simplified method form for invoking the ListDeploymentConfigs operation with an AsyncHandler.
|
Future<ListDeploymentConfigsResult> |
AbstractAmazonCodeDeployAsync.listDeploymentConfigsAsync(ListDeploymentConfigsRequest request) |
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsync.listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations with the applicable IAM user or AWS account.
|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsyncClient.listDeploymentConfigsAsync(ListDeploymentConfigsRequest request) |
Future<ListDeploymentConfigsResult> |
AbstractAmazonCodeDeployAsync.listDeploymentConfigsAsync(ListDeploymentConfigsRequest request,
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.
|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsyncClient.listDeploymentConfigsAsync(ListDeploymentConfigsRequest request,
AsyncHandler<ListDeploymentConfigsRequest,ListDeploymentConfigsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListDeploymentConfigsResult |
ListDeploymentConfigsResult.clone() |
ListDeploymentConfigsResult |
ListDeploymentConfigsResult.withDeploymentConfigsList(Collection<String> deploymentConfigsList)
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
|
ListDeploymentConfigsResult |
ListDeploymentConfigsResult.withDeploymentConfigsList(String... deploymentConfigsList)
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
|
ListDeploymentConfigsResult |
ListDeploymentConfigsResult.withNextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned.
|
Copyright © 2017. All rights reserved.