Uses of Class
com.amazonaws.services.codedeploy.model.BatchGetDeploymentInstancesResult
Packages that use BatchGetDeploymentInstancesResult
-
Uses of BatchGetDeploymentInstancesResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return BatchGetDeploymentInstancesResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest request) AmazonCodeDeploy.batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest batchGetDeploymentInstancesRequest) Gets information about one or more instance that are part of a deployment group.AmazonCodeDeployClient.batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest batchGetDeploymentInstancesRequest) Gets information about one or more instance that are part of a deployment group.Methods in com.amazonaws.services.codedeploy that return types with arguments of type BatchGetDeploymentInstancesResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.batchGetDeploymentInstancesAsync(BatchGetDeploymentInstancesRequest request) AbstractAmazonCodeDeployAsync.batchGetDeploymentInstancesAsync(BatchGetDeploymentInstancesRequest request, AsyncHandler<BatchGetDeploymentInstancesRequest, BatchGetDeploymentInstancesResult> asyncHandler) AmazonCodeDeployAsync.batchGetDeploymentInstancesAsync(BatchGetDeploymentInstancesRequest batchGetDeploymentInstancesRequest) Gets information about one or more instance that are part of a deployment group.AmazonCodeDeployAsync.batchGetDeploymentInstancesAsync(BatchGetDeploymentInstancesRequest batchGetDeploymentInstancesRequest, AsyncHandler<BatchGetDeploymentInstancesRequest, BatchGetDeploymentInstancesResult> asyncHandler) Gets information about one or more instance that are part of a deployment group.AmazonCodeDeployAsyncClient.batchGetDeploymentInstancesAsync(BatchGetDeploymentInstancesRequest request) AmazonCodeDeployAsyncClient.batchGetDeploymentInstancesAsync(BatchGetDeploymentInstancesRequest request, AsyncHandler<BatchGetDeploymentInstancesRequest, BatchGetDeploymentInstancesResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type BatchGetDeploymentInstancesResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.batchGetDeploymentInstancesAsync(BatchGetDeploymentInstancesRequest request, AsyncHandler<BatchGetDeploymentInstancesRequest, BatchGetDeploymentInstancesResult> asyncHandler) AmazonCodeDeployAsync.batchGetDeploymentInstancesAsync(BatchGetDeploymentInstancesRequest batchGetDeploymentInstancesRequest, AsyncHandler<BatchGetDeploymentInstancesRequest, BatchGetDeploymentInstancesResult> asyncHandler) Gets information about one or more instance that are part of a deployment group.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 BatchGetDeploymentInstancesResultModifier and TypeMethodDescriptionBatchGetDeploymentInstancesResult.clone()BatchGetDeploymentInstancesResult.withErrorMessage(String errorMessage) Information about errors that may have occurred during the API call.BatchGetDeploymentInstancesResult.withInstancesSummary(InstanceSummary... instancesSummary) Information about the instance.BatchGetDeploymentInstancesResult.withInstancesSummary(Collection<InstanceSummary> instancesSummary) Information about the instance.