| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| software.amazon.awssdk.services.codedeploy.transform | |
| software.amazon.awssdk.services.codedeploy.waiters |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDeploymentResponse> |
CodeDeployAsyncClient.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets information about a deployment.
|
default GetDeploymentResponse |
CodeDeployClient.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets information about a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetDeploymentRequestMarshaller.marshall(GetDeploymentRequest getDeploymentRequest) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<GetDeploymentResponse>> |
CodeDeployAsyncWaiter.waitUntilDeploymentSuccessful(GetDeploymentRequest getDeploymentRequest)
Polls
CodeDeployAsyncClient.getDeployment(software.amazon.awssdk.services.codedeploy.model.GetDeploymentRequest) API until the desired condition DeploymentSuccessful is
met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<GetDeploymentResponse> |
CodeDeployWaiter.waitUntilDeploymentSuccessful(GetDeploymentRequest getDeploymentRequest)
Polls
CodeDeployClient.getDeployment(software.amazon.awssdk.services.codedeploy.model.GetDeploymentRequest) API until the desired condition DeploymentSuccessful is met,
or until it is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<GetDeploymentResponse>> |
CodeDeployAsyncWaiter.waitUntilDeploymentSuccessful(GetDeploymentRequest getDeploymentRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
CodeDeployAsyncClient.getDeployment(software.amazon.awssdk.services.codedeploy.model.GetDeploymentRequest) API until the desired condition DeploymentSuccessful is
met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<GetDeploymentResponse> |
CodeDeployWaiter.waitUntilDeploymentSuccessful(GetDeploymentRequest getDeploymentRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
CodeDeployClient.getDeployment(software.amazon.awssdk.services.codedeploy.model.GetDeploymentRequest) API until the desired condition DeploymentSuccessful is met,
or until it is determined that the resource will never enter into the desired state |
Copyright © 2021. All rights reserved.