Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
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.
|
BatchGetDeploymentTargetsResult |
AbstractAmazonCodeDeploy.batchGetDeploymentTargets(BatchGetDeploymentTargetsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<BatchGetDeploymentTargetsResult> |
AmazonCodeDeployAsync.batchGetDeploymentTargetsAsync(BatchGetDeploymentTargetsRequest batchGetDeploymentTargetsRequest,
AsyncHandler<BatchGetDeploymentTargetsRequest,BatchGetDeploymentTargetsResult> asyncHandler)
Returns an array of one or more targets associated with a deployment.
|
Future<BatchGetDeploymentTargetsResult> |
AbstractAmazonCodeDeployAsync.batchGetDeploymentTargetsAsync(BatchGetDeploymentTargetsRequest request,
AsyncHandler<BatchGetDeploymentTargetsRequest,BatchGetDeploymentTargetsResult> asyncHandler) |
Future<BatchGetDeploymentTargetsResult> |
AmazonCodeDeployAsyncClient.batchGetDeploymentTargetsAsync(BatchGetDeploymentTargetsRequest request,
AsyncHandler<BatchGetDeploymentTargetsRequest,BatchGetDeploymentTargetsResult> asyncHandler) |
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 © 2021. All rights reserved.