Uses of Class
com.amazonaws.services.codedeploy.model.BatchGetDeploymentInstancesResult
-
Packages that use BatchGetDeploymentInstancesResult Package Description com.amazonaws.services.codedeploy com.amazonaws.services.codedeploy.model -
-
Uses of BatchGetDeploymentInstancesResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return BatchGetDeploymentInstancesResult Modifier and Type Method Description BatchGetDeploymentInstancesResult
AbstractAmazonCodeDeploy. batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest request)
BatchGetDeploymentInstancesResult
AmazonCodeDeploy. batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest batchGetDeploymentInstancesRequest)
Gets information about one or more instance that are part of a deployment group.BatchGetDeploymentInstancesResult
AmazonCodeDeployClient. batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest batchGetDeploymentInstancesRequest)
Gets information about one or more instance that are part of a deployment group.Method parameters in com.amazonaws.services.codedeploy with type arguments of type BatchGetDeploymentInstancesResult Modifier and Type Method 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)
-
Uses of BatchGetDeploymentInstancesResult in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return BatchGetDeploymentInstancesResult Modifier and Type Method Description BatchGetDeploymentInstancesResult
BatchGetDeploymentInstancesResult. clone()
BatchGetDeploymentInstancesResult
BatchGetDeploymentInstancesResult. withErrorMessage(String errorMessage)
Information about errors that may have occurred during the API call.BatchGetDeploymentInstancesResult
BatchGetDeploymentInstancesResult. withInstancesSummary(InstanceSummary... instancesSummary)
Information about the instance.BatchGetDeploymentInstancesResult
BatchGetDeploymentInstancesResult. withInstancesSummary(Collection<InstanceSummary> instancesSummary)
Information about the instance.
-