Package | Description |
---|---|
com.amazonaws.services.codedeploy | |
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
---|---|
ListDeploymentConfigsRequest |
ListDeploymentConfigsRequest.clone() |
ListDeploymentConfigsRequest |
ListDeploymentConfigsRequest.withNextToken(String nextToken)
An identifier that was returned from the previous list deployment
configurations call, which can be used to return the next set of
deployment configurations in the list.
|
Copyright © 2015. All rights reserved.