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 BatchGetDeploymentInstancesResultAbstractAmazonCodeDeploy. batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest request)BatchGetDeploymentInstancesResultAmazonCodeDeploy. batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest batchGetDeploymentInstancesRequest)Gets information about one or more instance that are part of a deployment group.BatchGetDeploymentInstancesResultAmazonCodeDeployClient. 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 BatchGetDeploymentInstancesResultBatchGetDeploymentInstancesResult. clone()BatchGetDeploymentInstancesResultBatchGetDeploymentInstancesResult. withErrorMessage(String errorMessage)Information about errors that may have occurred during the API call.BatchGetDeploymentInstancesResultBatchGetDeploymentInstancesResult. withInstancesSummary(InstanceSummary... instancesSummary)Information about the instance.BatchGetDeploymentInstancesResultBatchGetDeploymentInstancesResult. withInstancesSummary(Collection<InstanceSummary> instancesSummary)Information about the instance.
-