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.
|
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 |
---|---|
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.clone() |
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.withInstanceStatusFilter(Collection<String> instanceStatusFilter)
A subset of instances to list, by status: Pending: Include in
the resulting list those instances with pending deployments.
InProgress: Include in the resulting list those instances with
in-progress deployments. Succeeded: Include in the resulting
list those instances with succeeded deployments. Failed:
Include in the resulting list those instances with failed
deployments. Skipped: Include in the resulting list those
instances with skipped deployments. Unknown: Include in the
resulting list those instances with deployments in an unknown
state.
|
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.withInstanceStatusFilter(InstanceStatus... instanceStatusFilter)
A subset of instances to list, by status: Pending: Include in
the resulting list those instances with pending deployments.
InProgress: Include in the resulting list those instances with
in-progress deployments. Succeeded: Include in the resulting
list those instances with succeeded deployments. Failed:
Include in the resulting list those instances with failed
deployments. Skipped: Include in the resulting list those
instances with skipped deployments. Unknown: Include in the
resulting list those instances with deployments in an unknown
state.
|
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.withInstanceStatusFilter(String... instanceStatusFilter)
A subset of instances to list, by status: Pending: Include in
the resulting list those instances with pending deployments.
InProgress: Include in the resulting list those instances with
in-progress deployments. Succeeded: Include in the resulting
list those instances with succeeded deployments. Failed:
Include in the resulting list those instances with failed
deployments. Skipped: Include in the resulting list those
instances with skipped deployments. Unknown: Include in the
resulting list those instances with deployments in an unknown
state.
|
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.withNextToken(String nextToken)
An identifier that was returned from the previous list deployment
instances call, which can be used to return the next set of deployment
instances in the list.
|
Copyright © 2015. All rights reserved.