| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy |
Synchronous and asynchronous client classes for accessing AmazonCodeDeploy.
|
| com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentInstancesResult |
AmazonCodeDeployClient.listDeploymentInstances(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Lists the Amazon EC2 instances for a deployment within the AWS user
account.
|
ListDeploymentInstancesResult |
AmazonCodeDeploy.listDeploymentInstances(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Lists the Amazon EC2 instances for a deployment within the AWS user
account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsyncClient.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Lists the Amazon EC2 instances for a deployment within the AWS user
account.
|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsync.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Lists the Amazon EC2 instances for a deployment within the AWS user
account.
|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsyncClient.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Lists the Amazon EC2 instances for a deployment within the AWS user
account.
|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsync.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Lists the Amazon EC2 instances for a deployment within the AWS user
account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsyncClient.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Lists the Amazon EC2 instances for a deployment within the AWS user
account.
|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsync.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Lists the Amazon EC2 instances for a deployment within the AWS user
account.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentInstancesResult |
ListDeploymentInstancesResult.withInstancesList(Collection<String> instancesList)
A list of instance IDs.
|
ListDeploymentInstancesResult |
ListDeploymentInstancesResult.withInstancesList(String... instancesList)
A list of instance IDs.
|
ListDeploymentInstancesResult |
ListDeploymentInstancesResult.withNextToken(String nextToken)
If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list deployment instances call to return the next set of deployment
instances in the list.
|
Copyright © 2014. All rights reserved.