Uses of Class
com.amazonaws.services.codedeploy.model.BatchGetDeploymentInstancesRequest
Packages that use BatchGetDeploymentInstancesRequest
-
Uses of BatchGetDeploymentInstancesRequest in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy with parameters of type BatchGetDeploymentInstancesRequestModifier 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.AbstractAmazonCodeDeployAsync.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 BatchGetDeploymentInstancesRequestModifier 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 BatchGetDeploymentInstancesRequest in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return BatchGetDeploymentInstancesRequestModifier and TypeMethodDescriptionBatchGetDeploymentInstancesRequest.clone()
BatchGetDeploymentInstancesRequest.withDeploymentId
(String deploymentId) The unique ID of a deployment.BatchGetDeploymentInstancesRequest.withInstanceIds
(String... instanceIds) The unique IDs of instances in the deployment group.BatchGetDeploymentInstancesRequest.withInstanceIds
(Collection<String> instanceIds) The unique IDs of instances in the deployment group.