Package | Description |
---|---|
com.amazonaws.services.codedeploy |
CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises
instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
BatchGetDeploymentsResult |
AmazonCodeDeployClient.batchGetDeployments() |
BatchGetDeploymentsResult |
AbstractAmazonCodeDeploy.batchGetDeployments() |
BatchGetDeploymentsResult |
AmazonCodeDeploy.batchGetDeployments()
Simplified method form for invoking the BatchGetDeployments operation.
|
BatchGetDeploymentsResult |
AmazonCodeDeployClient.batchGetDeployments(BatchGetDeploymentsRequest request)
Gets information about one or more deployments.
|
BatchGetDeploymentsResult |
AbstractAmazonCodeDeploy.batchGetDeployments(BatchGetDeploymentsRequest request) |
BatchGetDeploymentsResult |
AmazonCodeDeploy.batchGetDeployments(BatchGetDeploymentsRequest batchGetDeploymentsRequest)
Gets information about one or more deployments.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchGetDeploymentsResult> |
AmazonCodeDeployAsyncClient.batchGetDeploymentsAsync()
Simplified method form for invoking the BatchGetDeployments operation.
|
Future<BatchGetDeploymentsResult> |
AmazonCodeDeployAsync.batchGetDeploymentsAsync()
Simplified method form for invoking the BatchGetDeployments operation.
|
Future<BatchGetDeploymentsResult> |
AbstractAmazonCodeDeployAsync.batchGetDeploymentsAsync()
Simplified method form for invoking the BatchGetDeployments operation.
|
Future<BatchGetDeploymentsResult> |
AmazonCodeDeployAsyncClient.batchGetDeploymentsAsync(AsyncHandler<BatchGetDeploymentsRequest,BatchGetDeploymentsResult> asyncHandler)
Simplified method form for invoking the BatchGetDeployments operation with an AsyncHandler.
|
Future<BatchGetDeploymentsResult> |
AmazonCodeDeployAsync.batchGetDeploymentsAsync(AsyncHandler<BatchGetDeploymentsRequest,BatchGetDeploymentsResult> asyncHandler)
Simplified method form for invoking the BatchGetDeployments operation with an AsyncHandler.
|
Future<BatchGetDeploymentsResult> |
AbstractAmazonCodeDeployAsync.batchGetDeploymentsAsync(AsyncHandler<BatchGetDeploymentsRequest,BatchGetDeploymentsResult> asyncHandler)
Simplified method form for invoking the BatchGetDeployments operation with an AsyncHandler.
|
Future<BatchGetDeploymentsResult> |
AmazonCodeDeployAsyncClient.batchGetDeploymentsAsync(BatchGetDeploymentsRequest request) |
Future<BatchGetDeploymentsResult> |
AmazonCodeDeployAsync.batchGetDeploymentsAsync(BatchGetDeploymentsRequest batchGetDeploymentsRequest)
Gets information about one or more deployments.
|
Future<BatchGetDeploymentsResult> |
AbstractAmazonCodeDeployAsync.batchGetDeploymentsAsync(BatchGetDeploymentsRequest request) |
Future<BatchGetDeploymentsResult> |
AmazonCodeDeployAsyncClient.batchGetDeploymentsAsync(BatchGetDeploymentsRequest request,
AsyncHandler<BatchGetDeploymentsRequest,BatchGetDeploymentsResult> asyncHandler) |
Future<BatchGetDeploymentsResult> |
AmazonCodeDeployAsync.batchGetDeploymentsAsync(BatchGetDeploymentsRequest batchGetDeploymentsRequest,
AsyncHandler<BatchGetDeploymentsRequest,BatchGetDeploymentsResult> asyncHandler)
Gets information about one or more deployments.
|
Future<BatchGetDeploymentsResult> |
AbstractAmazonCodeDeployAsync.batchGetDeploymentsAsync(BatchGetDeploymentsRequest request,
AsyncHandler<BatchGetDeploymentsRequest,BatchGetDeploymentsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchGetDeploymentsResult |
BatchGetDeploymentsResult.clone() |
BatchGetDeploymentsResult |
BatchGetDeploymentsResult.withDeploymentsInfo(Collection<DeploymentInfo> deploymentsInfo)
Information about the deployments.
|
BatchGetDeploymentsResult |
BatchGetDeploymentsResult.withDeploymentsInfo(DeploymentInfo... deploymentsInfo)
Information about the deployments.
|
Copyright © 2023. All rights reserved.