Package | Description |
---|---|
com.amazonaws.services.codedeploy | |
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
ListDeploymentsResult |
AbstractAmazonCodeDeploy.listDeployments() |
ListDeploymentsResult |
AmazonCodeDeployClient.listDeployments() |
ListDeploymentsResult |
AmazonCodeDeploy.listDeployments()
Simplified method form for invoking the ListDeployments operation.
|
ListDeploymentsResult |
AbstractAmazonCodeDeploy.listDeployments(ListDeploymentsRequest request) |
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> |
AbstractAmazonCodeDeployAsync.listDeploymentsAsync()
Simplified method form for invoking the ListDeployments operation.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync()
Simplified method form for invoking the ListDeployments operation.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsync.listDeploymentsAsync()
Simplified method form for invoking the ListDeployments operation.
|
Future<ListDeploymentsResult> |
AbstractAmazonCodeDeployAsync.listDeploymentsAsync(AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Simplified method form for invoking the ListDeployments operation with an
AsyncHandler.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync(AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Simplified method form for invoking the ListDeployments operation with an
AsyncHandler.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsync.listDeploymentsAsync(AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Simplified method form for invoking the ListDeployments operation with an
AsyncHandler.
|
Future<ListDeploymentsResult> |
AbstractAmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest request) |
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync(ListDeploymentsRequest request) |
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> |
AbstractAmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
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> |
AbstractAmazonCodeDeployAsync.listDeploymentsAsync(AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Simplified method form for invoking the ListDeployments operation with an
AsyncHandler.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync(AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Simplified method form for invoking the ListDeployments operation with an
AsyncHandler.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsync.listDeploymentsAsync(AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Simplified method form for invoking the ListDeployments operation with an
AsyncHandler.
|
Future<ListDeploymentsResult> |
AbstractAmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
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.