| Package | Description | 
|---|---|
| com.amazonaws.services.codedeploy | 
 | 
| com.amazonaws.services.codedeploy.model | 
| Modifier and Type | Method and Description | 
|---|---|
BatchGetDeploymentInstancesResult | 
AmazonCodeDeploy.batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest batchGetDeploymentInstancesRequest)
 Gets information about one or more instance that are part of a deployment group. 
 | 
BatchGetDeploymentInstancesResult | 
AmazonCodeDeployClient.batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest request)
 Gets information about one or more instance that are part of a deployment group. 
 | 
BatchGetDeploymentInstancesResult | 
AbstractAmazonCodeDeploy.batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest request)  | 
| 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 | 
|---|---|
BatchGetDeploymentInstancesResult | 
BatchGetDeploymentInstancesResult.clone()  | 
BatchGetDeploymentInstancesResult | 
BatchGetDeploymentInstancesResult.withErrorMessage(String errorMessage)
 Information about errors that may have occurred during the API call. 
 | 
BatchGetDeploymentInstancesResult | 
BatchGetDeploymentInstancesResult.withInstancesSummary(Collection<InstanceSummary> instancesSummary)
 Information about the instance. 
 | 
BatchGetDeploymentInstancesResult | 
BatchGetDeploymentInstancesResult.withInstancesSummary(InstanceSummary... instancesSummary)
 Information about the instance. 
 | 
Copyright © 2017. All rights reserved.