| 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(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)
Lists the deployment configurations with the applicable IAM user or
AWS account.
|
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)
Lists the deployment configurations with the applicable IAM user or
AWS account.
|
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 |
|---|---|
Future<ListDeploymentConfigsResult> |
AmazonCodeDeployAsyncClient.listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest,
AsyncHandler<ListDeploymentConfigsRequest,ListDeploymentConfigsResult> asyncHandler)
Lists the deployment configurations with the applicable IAM user or
AWS account.
|
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.