Uses of Class
com.amazonaws.services.codedeploy.model.BatchGetOnPremisesInstancesResult
Packages that use BatchGetOnPremisesInstancesResult
-
Uses of BatchGetOnPremisesInstancesResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return BatchGetOnPremisesInstancesResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.batchGetOnPremisesInstances()
AbstractAmazonCodeDeploy.batchGetOnPremisesInstances
(BatchGetOnPremisesInstancesRequest request) AmazonCodeDeploy.batchGetOnPremisesInstances()
Simplified method form for invoking the BatchGetOnPremisesInstances operation.AmazonCodeDeploy.batchGetOnPremisesInstances
(BatchGetOnPremisesInstancesRequest batchGetOnPremisesInstancesRequest) Gets information about one or more on-premises instances.AmazonCodeDeployClient.batchGetOnPremisesInstances()
AmazonCodeDeployClient.batchGetOnPremisesInstances
(BatchGetOnPremisesInstancesRequest batchGetOnPremisesInstancesRequest) Gets information about one or more on-premises instances.Methods in com.amazonaws.services.codedeploy that return types with arguments of type BatchGetOnPremisesInstancesResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync()
Simplified method form for invoking the BatchGetOnPremisesInstances operation.AbstractAmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync
(AsyncHandler<BatchGetOnPremisesInstancesRequest, BatchGetOnPremisesInstancesResult> asyncHandler) Simplified method form for invoking the BatchGetOnPremisesInstances operation with an AsyncHandler.AbstractAmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync
(BatchGetOnPremisesInstancesRequest request) AbstractAmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync
(BatchGetOnPremisesInstancesRequest request, AsyncHandler<BatchGetOnPremisesInstancesRequest, BatchGetOnPremisesInstancesResult> asyncHandler) AmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync()
Simplified method form for invoking the BatchGetOnPremisesInstances operation.AmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync
(AsyncHandler<BatchGetOnPremisesInstancesRequest, BatchGetOnPremisesInstancesResult> asyncHandler) Simplified method form for invoking the BatchGetOnPremisesInstances operation with an 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()
Simplified method form for invoking the BatchGetOnPremisesInstances operation.AmazonCodeDeployAsyncClient.batchGetOnPremisesInstancesAsync
(AsyncHandler<BatchGetOnPremisesInstancesRequest, BatchGetOnPremisesInstancesResult> asyncHandler) Simplified method form for invoking the BatchGetOnPremisesInstances operation with an AsyncHandler.AmazonCodeDeployAsyncClient.batchGetOnPremisesInstancesAsync
(BatchGetOnPremisesInstancesRequest request) AmazonCodeDeployAsyncClient.batchGetOnPremisesInstancesAsync
(BatchGetOnPremisesInstancesRequest request, AsyncHandler<BatchGetOnPremisesInstancesRequest, BatchGetOnPremisesInstancesResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type BatchGetOnPremisesInstancesResultModifier 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 BatchGetOnPremisesInstancesResult in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return BatchGetOnPremisesInstancesResultModifier and TypeMethodDescriptionBatchGetOnPremisesInstancesResult.clone()
BatchGetOnPremisesInstancesResult.withInstanceInfos
(InstanceInfo... instanceInfos) Information about the on-premises instances.BatchGetOnPremisesInstancesResult.withInstanceInfos
(Collection<InstanceInfo> instanceInfos) Information about the on-premises instances.