| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy | |
| com.amazonaws.services.codedeploy.model |
| 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) |
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,
com.amazonaws.handlers.AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler) |
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsync.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest,
com.amazonaws.handlers.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,
com.amazonaws.handlers.AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler) |
Future<ListDeploymentInstancesResult> |
AmazonCodeDeployAsync.listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest,
com.amazonaws.handlers.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.