Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
ListDeploymentsResult |
AmazonCodeDeployClient.listDeployments() |
ListDeploymentsResult |
AmazonCodeDeploy.listDeployments()
Simplified method form for invoking the ListDeployments operation.
|
ListDeploymentsResult |
AbstractAmazonCodeDeploy.listDeployments() |
ListDeploymentsResult |
AmazonCodeDeployClient.listDeployments(ListDeploymentsRequest request)
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
ListDeploymentsResult |
AmazonCodeDeploy.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
ListDeploymentsResult |
AbstractAmazonCodeDeploy.listDeployments(ListDeploymentsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsync.listDeploymentsAsync()
Simplified method form for invoking the ListDeployments operation.
|
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(AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Simplified method form for invoking the ListDeployments operation with an AsyncHandler.
|
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(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
Future<ListDeploymentsResult> |
AbstractAmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest request) |
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync(ListDeploymentsRequest request) |
Future<ListDeploymentsResult> |
AmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments in a deployment group for an application registered with the 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) |
Modifier and Type | Method and Description |
---|---|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsync.listDeploymentsAsync(AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Simplified method form for invoking the ListDeployments operation with an AsyncHandler.
|
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(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments in a deployment group for an application registered with the 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) |
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 a large amount of information is returned, an identifier is also returned.
|
Copyright © 2021. All rights reserved.