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 |
---|---|
BatchGetDeploymentTargetsResult |
AbstractAmazonCodeDeploy.batchGetDeploymentTargets(BatchGetDeploymentTargetsRequest request) |
BatchGetDeploymentTargetsResult |
AmazonCodeDeployClient.batchGetDeploymentTargets(BatchGetDeploymentTargetsRequest request)
Returns an array of one or more targets associated with a deployment.
|
BatchGetDeploymentTargetsResult |
AmazonCodeDeploy.batchGetDeploymentTargets(BatchGetDeploymentTargetsRequest batchGetDeploymentTargetsRequest)
Returns an array of one or more targets associated with a deployment.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchGetDeploymentTargetsResult> |
AbstractAmazonCodeDeployAsync.batchGetDeploymentTargetsAsync(BatchGetDeploymentTargetsRequest request,
AsyncHandler<BatchGetDeploymentTargetsRequest,BatchGetDeploymentTargetsResult> asyncHandler) |
Future<BatchGetDeploymentTargetsResult> |
AmazonCodeDeployAsyncClient.batchGetDeploymentTargetsAsync(BatchGetDeploymentTargetsRequest request,
AsyncHandler<BatchGetDeploymentTargetsRequest,BatchGetDeploymentTargetsResult> asyncHandler) |
Future<BatchGetDeploymentTargetsResult> |
AmazonCodeDeployAsync.batchGetDeploymentTargetsAsync(BatchGetDeploymentTargetsRequest batchGetDeploymentTargetsRequest,
AsyncHandler<BatchGetDeploymentTargetsRequest,BatchGetDeploymentTargetsResult> asyncHandler)
Returns an array of one or more targets associated with a deployment.
|
Modifier and Type | Method and Description |
---|---|
BatchGetDeploymentTargetsResult |
BatchGetDeploymentTargetsResult.clone() |
BatchGetDeploymentTargetsResult |
BatchGetDeploymentTargetsResult.withDeploymentTargets(Collection<DeploymentTarget> deploymentTargets)
A list of target objects for a deployment.
|
BatchGetDeploymentTargetsResult |
BatchGetDeploymentTargetsResult.withDeploymentTargets(DeploymentTarget... deploymentTargets)
A list of target objects for a deployment.
|
Copyright © 2023. All rights reserved.