Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
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)
A deployment ID associated with the applicable IAM user or AWS 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 © 2016. All rights reserved.