| 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 instances for a deployment associated with the applicable
IAM user or AWS account.
|
ListDeploymentInstancesResult |
AmazonCodeDeploy.listDeploymentInstances(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Lists the instances for a deployment associated with the applicable
IAM user or AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsyncClient.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Lists the instances for a deployment associated with the applicable
IAM user or AWS account.
|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsync.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Lists the instances for a deployment associated with the applicable
IAM user or AWS account.
|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsyncClient.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Lists the instances for a deployment associated with the applicable
IAM user or AWS account.
|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsync.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Lists the instances for a deployment associated with the applicable
IAM user or AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsyncClient.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Lists the instances for a deployment associated with the applicable
IAM user or AWS account.
|
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsync.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest,
AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Lists the instances for a deployment associated with the applicable
IAM user or AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentInstancesResult |
ListDeploymentInstancesResult.clone() |
ListDeploymentInstancesResult |
ListDeploymentInstancesResult.withInstancesList(Collection<String> instancesList)
A list of instances IDs.
|
ListDeploymentInstancesResult |
ListDeploymentInstancesResult.withInstancesList(String... instancesList)
A list of instances 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 © 2015. All rights reserved.