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 | |
com.amazonaws.services.codedeploy.waiters |
Modifier and Type | Method and Description |
---|---|
Future<GetDeploymentResult> |
AbstractAmazonCodeDeployAsync.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
Future<GetDeploymentResult> |
AmazonCodeDeployAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Gets information about a deployment.
|
Future<GetDeploymentResult> |
AmazonCodeDeployAsyncClient.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetDeploymentRequest |
GetDeploymentRequest.clone() |
GetDeploymentRequest |
GetDeploymentRequest.withDeploymentId(String deploymentId)
The unique ID of a deployment associated with the IAM user or Amazon Web Services account.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetDeploymentRequest> |
AmazonCodeDeployWaiters.deploymentSuccessful()
Builds a DeploymentSuccessful waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
GetDeploymentResult |
GetDeploymentFunction.apply(GetDeploymentRequest getDeploymentRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.