Package | Description |
---|---|
com.amazonaws.services.codedeploy |
CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises
instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
ListDeploymentsResult |
AmazonCodeDeployClient.listDeployments(ListDeploymentsRequest request)
Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services
account.
|
ListDeploymentsResult |
AbstractAmazonCodeDeploy.listDeployments(ListDeploymentsRequest request) |
ListDeploymentsResult |
AmazonCodeDeploy.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services
account.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync(ListDeploymentsRequest request) |
Future<ListDeploymentsResult> |
AmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services
account.
|
Future<ListDeploymentsResult> |
AbstractAmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest request) |
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services
account.
|
Future<ListDeploymentsResult> |
AbstractAmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
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(AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Simplified method form for invoking the ListDeployments operation with an AsyncHandler.
|
Future<ListDeploymentsResult> |
AmazonCodeDeployAsyncClient.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services
account.
|
Future<ListDeploymentsResult> |
AbstractAmazonCodeDeployAsync.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListDeploymentsRequest |
ListDeploymentsRequest.clone() |
ListDeploymentsRequest |
ListDeploymentsRequest.withApplicationName(String applicationName)
The name of an CodeDeploy application associated with the user or Amazon Web Services account.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withCreateTimeRange(TimeRange createTimeRange)
A time range (start and end) for returning a subset of the list of deployments.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withDeploymentGroupName(String deploymentGroupName)
The name of a deployment group for the specified application.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withExternalId(String externalId)
The unique ID of an external resource for returning deployments linked to the external resource.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withIncludeOnlyStatuses(Collection<String> includeOnlyStatuses)
A subset of deployments to list by status:
|
ListDeploymentsRequest |
ListDeploymentsRequest.withIncludeOnlyStatuses(DeploymentStatus... includeOnlyStatuses)
A subset of deployments to list by status:
|
ListDeploymentsRequest |
ListDeploymentsRequest.withIncludeOnlyStatuses(String... includeOnlyStatuses)
A subset of deployments to list by status:
|
ListDeploymentsRequest |
ListDeploymentsRequest.withNextToken(String nextToken)
An identifier returned from the previous list deployments call.
|
Copyright © 2024. All rights reserved.