| 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 |
|---|---|
ListDeploymentsResult |
AmazonCodeDeployClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments within a deployment group for an application
registered with the applicable IAM user or AWS account.
|
ListDeploymentsResult |
AmazonCodeDeploy.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments within a deployment group for an application
registered with the applicable IAM user or AWS account.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments within a deployment group for an application
registered with the applicable IAM user or AWS account.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments within a deployment group for an application
registered with the applicable IAM user or AWS account.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments within a deployment group for an application
registered with the applicable IAM user or AWS account.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments within a deployment group for an application
registered with the applicable IAM user or AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments within a deployment group for an application
registered with the applicable IAM user or AWS account.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments within a deployment group for an application
registered with the applicable IAM user or AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest |
ListDeploymentsRequest.clone() |
ListDeploymentsRequest |
ListDeploymentsRequest.withApplicationName(String applicationName)
The name of an existing AWS CodeDeploy application associated with the
applicable IAM user or AWS account.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withCreateTimeRange(TimeRange createTimeRange)
A deployment creation start- and end-time range for returning a subset
of the list of deployments.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withDeploymentGroupName(String deploymentGroupName)
The name of an existing deployment group for the specified
application.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withIncludeOnlyStatuses(Collection<String> includeOnlyStatuses)
A subset of deployments to list, by status: Created: Include
in the resulting list created deployments. Queued: Include in
the resulting list queued deployments. In Progress: Include
in the resulting list in-progress deployments. Succeeded:
Include in the resulting list succeeded deployments. Failed:
Include in the resulting list failed deployments. Aborted:
Include in the resulting list aborted deployments.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withIncludeOnlyStatuses(DeploymentStatus... includeOnlyStatuses)
A subset of deployments to list, by status: Created: Include
in the resulting list created deployments. Queued: Include in
the resulting list queued deployments. In Progress: Include
in the resulting list in-progress deployments. Succeeded:
Include in the resulting list succeeded deployments. Failed:
Include in the resulting list failed deployments. Aborted:
Include in the resulting list aborted deployments.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withIncludeOnlyStatuses(String... includeOnlyStatuses)
A subset of deployments to list, by status: Created: Include
in the resulting list created deployments. Queued: Include in
the resulting list queued deployments. In Progress: Include
in the resulting list in-progress deployments. Succeeded:
Include in the resulting list succeeded deployments. Failed:
Include in the resulting list failed deployments. Aborted:
Include in the resulting list aborted deployments.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withNextToken(String nextToken)
An identifier that was returned from the previous list deployments
call, which can be used to return the next set of deployments in the
list.
|
Copyright © 2015. All rights reserved.