| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy | |
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetOnPremisesInstancesResult> |
AmazonCodeDeployAsyncClient.batchGetOnPremisesInstancesAsync(com.amazonaws.handlers.AsyncHandler<BatchGetOnPremisesInstancesRequest,BatchGetOnPremisesInstancesResult> asyncHandler)
Simplified method form for invoking the BatchGetOnPremisesInstances
operation with an AsyncHandler.
|
Future<BatchGetOnPremisesInstancesResult> |
AmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync(com.amazonaws.handlers.AsyncHandler<BatchGetOnPremisesInstancesRequest,BatchGetOnPremisesInstancesResult> asyncHandler)
Simplified method form for invoking the BatchGetOnPremisesInstances
operation with an AsyncHandler.
|
Future<BatchGetOnPremisesInstancesResult> |
AmazonCodeDeployAsyncClient.batchGetOnPremisesInstancesAsync(BatchGetOnPremisesInstancesRequest batchGetOnPremisesInstancesRequest,
com.amazonaws.handlers.AsyncHandler<BatchGetOnPremisesInstancesRequest,BatchGetOnPremisesInstancesResult> asyncHandler) |
Future<BatchGetOnPremisesInstancesResult> |
AmazonCodeDeployAsync.batchGetOnPremisesInstancesAsync(BatchGetOnPremisesInstancesRequest batchGetOnPremisesInstancesRequest,
com.amazonaws.handlers.AsyncHandler<BatchGetOnPremisesInstancesRequest,BatchGetOnPremisesInstancesResult> asyncHandler)
Gets information about one or more on-premises instances.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetOnPremisesInstancesRequest |
BatchGetOnPremisesInstancesRequest.clone() |
BatchGetOnPremisesInstancesRequest |
BatchGetOnPremisesInstancesRequest.withInstanceNames(Collection<String> instanceNames)
The names of the on-premises instances to get information about.
|
BatchGetOnPremisesInstancesRequest |
BatchGetOnPremisesInstancesRequest.withInstanceNames(String... instanceNames)
The names of the on-premises instances to get information about.
|
Copyright © 2015. All rights reserved.