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 within the AWS user account.
|
ListDeploymentConfigsResult |
AmazonCodeDeploy.listDeploymentConfigs(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations within the AWS user account.
|
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 |
---|---|
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 © 2014. All rights reserved.