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 |
---|---|
BatchGetDeploymentsResult |
AmazonCodeDeployClient.batchGetDeployments()
Gets information about one or more deployments.
|
BatchGetDeploymentsResult |
AmazonCodeDeploy.batchGetDeployments()
Gets information about one or more deployments.
|
BatchGetDeploymentsResult |
AmazonCodeDeployClient.batchGetDeployments(BatchGetDeploymentsRequest batchGetDeploymentsRequest)
Gets information about one or more deployments.
|
BatchGetDeploymentsResult |
AmazonCodeDeploy.batchGetDeployments(BatchGetDeploymentsRequest batchGetDeploymentsRequest)
Gets information about one or more deployments.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchGetDeploymentsResult> |
AmazonCodeDeployAsyncClient.batchGetDeploymentsAsync(BatchGetDeploymentsRequest batchGetDeploymentsRequest)
Gets information about one or more deployments.
|
Future<BatchGetDeploymentsResult> |
AmazonCodeDeployAsync.batchGetDeploymentsAsync(BatchGetDeploymentsRequest batchGetDeploymentsRequest)
Gets information about one or more deployments.
|
Future<BatchGetDeploymentsResult> |
AmazonCodeDeployAsyncClient.batchGetDeploymentsAsync(BatchGetDeploymentsRequest batchGetDeploymentsRequest,
AsyncHandler<BatchGetDeploymentsRequest,BatchGetDeploymentsResult> asyncHandler)
Gets information about one or more deployments.
|
Future<BatchGetDeploymentsResult> |
AmazonCodeDeployAsync.batchGetDeploymentsAsync(BatchGetDeploymentsRequest batchGetDeploymentsRequest,
AsyncHandler<BatchGetDeploymentsRequest,BatchGetDeploymentsResult> asyncHandler)
Gets information about one or more deployments.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchGetDeploymentsResult> |
AmazonCodeDeployAsyncClient.batchGetDeploymentsAsync(BatchGetDeploymentsRequest batchGetDeploymentsRequest,
AsyncHandler<BatchGetDeploymentsRequest,BatchGetDeploymentsResult> asyncHandler)
Gets information about one or more deployments.
|
Future<BatchGetDeploymentsResult> |
AmazonCodeDeployAsync.batchGetDeploymentsAsync(BatchGetDeploymentsRequest batchGetDeploymentsRequest,
AsyncHandler<BatchGetDeploymentsRequest,BatchGetDeploymentsResult> asyncHandler)
Gets information about one or more deployments.
|
Modifier and Type | Method and Description |
---|---|
BatchGetDeploymentsResult |
BatchGetDeploymentsResult.withDeploymentsInfo(Collection<DeploymentInfo> deploymentsInfo)
Information about the deployments.
|
BatchGetDeploymentsResult |
BatchGetDeploymentsResult.withDeploymentsInfo(DeploymentInfo... deploymentsInfo)
Information about the deployments.
|
Copyright © 2014. All rights reserved.