| 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()
Lists the deployments within a deployment group for an application
registered with the applicable IAM user or AWS account.
|
ListDeploymentsResult |
AmazonCodeDeploy.listDeployments()
Lists the deployments within a deployment group for an application
registered with the applicable IAM user or AWS account.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ListDeploymentsResult |
ListDeploymentsResult.clone() |
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(Collection<String> deployments)
A list of deployment IDs.
|
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(String... deployments)
A list of deployment IDs.
|
ListDeploymentsResult |
ListDeploymentsResult.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 deployments call to return the next set of deployments in the
list.
|
Copyright © 2015. All rights reserved.