Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
Future<BatchGetDeploymentInstancesResult> |
AbstractAmazonCodeDeployAsync.batchGetDeploymentInstancesAsync(BatchGetDeploymentInstancesRequest request,
AsyncHandler<BatchGetDeploymentInstancesRequest,BatchGetDeploymentInstancesResult> asyncHandler) |
Future<BatchGetDeploymentInstancesResult> |
AmazonCodeDeployAsync.batchGetDeploymentInstancesAsync(BatchGetDeploymentInstancesRequest batchGetDeploymentInstancesRequest,
AsyncHandler<BatchGetDeploymentInstancesRequest,BatchGetDeploymentInstancesResult> asyncHandler)
Gets information about one or more instance that are part of a deployment group.
|
Future<BatchGetDeploymentInstancesResult> |
AmazonCodeDeployAsyncClient.batchGetDeploymentInstancesAsync(BatchGetDeploymentInstancesRequest request,
AsyncHandler<BatchGetDeploymentInstancesRequest,BatchGetDeploymentInstancesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchGetDeploymentInstancesRequest |
BatchGetDeploymentInstancesRequest.clone() |
BatchGetDeploymentInstancesRequest |
BatchGetDeploymentInstancesRequest.withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
BatchGetDeploymentInstancesRequest |
BatchGetDeploymentInstancesRequest.withInstanceIds(Collection<String> instanceIds)
The unique IDs of instances in the deployment group.
|
BatchGetDeploymentInstancesRequest |
BatchGetDeploymentInstancesRequest.withInstanceIds(String... instanceIds)
The unique IDs of instances in the deployment group.
|
Copyright © 2016. All rights reserved.