| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
default PutLifecycleEventHookExecutionStatusResponse |
CodeDeployClient.putLifecycleEventHookExecutionStatus(Consumer<PutLifecycleEventHookExecutionStatusRequest.Builder> putLifecycleEventHookExecutionStatusRequest)
Sets the result of a Lambda validation function.
|
default PutLifecycleEventHookExecutionStatusResponse |
CodeDeployClient.putLifecycleEventHookExecutionStatus(PutLifecycleEventHookExecutionStatusRequest putLifecycleEventHookExecutionStatusRequest)
Sets the result of a Lambda validation function.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutLifecycleEventHookExecutionStatusResponse> |
CodeDeployAsyncClient.putLifecycleEventHookExecutionStatus(Consumer<PutLifecycleEventHookExecutionStatusRequest.Builder> putLifecycleEventHookExecutionStatusRequest)
Sets the result of a Lambda validation function.
|
default CompletableFuture<PutLifecycleEventHookExecutionStatusResponse> |
CodeDeployAsyncClient.putLifecycleEventHookExecutionStatus(PutLifecycleEventHookExecutionStatusRequest putLifecycleEventHookExecutionStatusRequest)
Sets the result of a Lambda validation function.
|
Copyright © 2022. All rights reserved.