Uses of Class
com.amazonaws.services.codedeploy.model.BatchGetOnPremisesInstancesRequest
Packages that use BatchGetOnPremisesInstancesRequest
-
Uses of BatchGetOnPremisesInstancesRequest in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy with parameters of type BatchGetOnPremisesInstancesRequestModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.batchGetOnPremisesInstances
(BatchGetOnPremisesInstancesRequest request) AmazonCodeDeploy.batchGetOnPremisesInstances
(BatchGetOnPremisesInstancesRequest batchGetOnPremisesInstancesRequest) Gets information about one or more on-premises instances.AmazonCodeDeployClient.batchGetOnPremisesInstances
(BatchGetOnPremisesInstancesRequest batchGetOnPremisesInstancesRequest) Gets information about one or more on-premises instances.AbstractAmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync
(BatchGetOnPremisesInstancesRequest request) AbstractAmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync
(BatchGetOnPremisesInstancesRequest request, AsyncHandler<BatchGetOnPremisesInstancesRequest, BatchGetOnPremisesInstancesResult> asyncHandler) AmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync
(BatchGetOnPremisesInstancesRequest batchGetOnPremisesInstancesRequest) Gets information about one or more on-premises instances.AmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync
(BatchGetOnPremisesInstancesRequest batchGetOnPremisesInstancesRequest, AsyncHandler<BatchGetOnPremisesInstancesRequest, BatchGetOnPremisesInstancesResult> asyncHandler) Gets information about one or more on-premises instances.AmazonCodeDeployAsyncClient.batchGetOnPremisesInstancesAsync
(BatchGetOnPremisesInstancesRequest request) AmazonCodeDeployAsyncClient.batchGetOnPremisesInstancesAsync
(BatchGetOnPremisesInstancesRequest request, AsyncHandler<BatchGetOnPremisesInstancesRequest, BatchGetOnPremisesInstancesResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type BatchGetOnPremisesInstancesRequestModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync
(AsyncHandler<BatchGetOnPremisesInstancesRequest, BatchGetOnPremisesInstancesResult> asyncHandler) Simplified method form for invoking the BatchGetOnPremisesInstances operation with an AsyncHandler.AbstractAmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync
(BatchGetOnPremisesInstancesRequest request, AsyncHandler<BatchGetOnPremisesInstancesRequest, BatchGetOnPremisesInstancesResult> asyncHandler) AmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync
(AsyncHandler<BatchGetOnPremisesInstancesRequest, BatchGetOnPremisesInstancesResult> asyncHandler) Simplified method form for invoking the BatchGetOnPremisesInstances operation with an AsyncHandler.AmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync
(BatchGetOnPremisesInstancesRequest batchGetOnPremisesInstancesRequest, AsyncHandler<BatchGetOnPremisesInstancesRequest, BatchGetOnPremisesInstancesResult> asyncHandler) Gets information about one or more on-premises instances.AmazonCodeDeployAsyncClient.batchGetOnPremisesInstancesAsync
(AsyncHandler<BatchGetOnPremisesInstancesRequest, BatchGetOnPremisesInstancesResult> asyncHandler) Simplified method form for invoking the BatchGetOnPremisesInstances operation with an AsyncHandler.AmazonCodeDeployAsyncClient.batchGetOnPremisesInstancesAsync
(BatchGetOnPremisesInstancesRequest request, AsyncHandler<BatchGetOnPremisesInstancesRequest, BatchGetOnPremisesInstancesResult> asyncHandler) -
Uses of BatchGetOnPremisesInstancesRequest in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return BatchGetOnPremisesInstancesRequestModifier and TypeMethodDescriptionBatchGetOnPremisesInstancesRequest.clone()
BatchGetOnPremisesInstancesRequest.withInstanceNames
(String... instanceNames) The names of the on-premises instances about which to get information.BatchGetOnPremisesInstancesRequest.withInstanceNames
(Collection<String> instanceNames) The names of the on-premises instances about which to get information.