| 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 BatchGetDeploymentTargetsResponse |
CodeDeployClient.batchGetDeploymentTargets(BatchGetDeploymentTargetsRequest batchGetDeploymentTargetsRequest)
Returns an array of one or more targets associated with a deployment.
|
default BatchGetDeploymentTargetsResponse |
CodeDeployClient.batchGetDeploymentTargets(Consumer<BatchGetDeploymentTargetsRequest.Builder> batchGetDeploymentTargetsRequest)
Returns an array of one or more targets associated with a deployment.
|
default ContinueDeploymentResponse |
CodeDeployClient.continueDeployment(Consumer<ContinueDeploymentRequest.Builder> continueDeploymentRequest)
For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment
to instances in the replacement environment without waiting for a specified wait time to elapse.
|
default ContinueDeploymentResponse |
CodeDeployClient.continueDeployment(ContinueDeploymentRequest continueDeploymentRequest)
For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment
to instances in the replacement environment without waiting for a specified wait time to elapse.
|
default GetDeploymentResponse |
CodeDeployClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Gets information about a deployment.
|
default GetDeploymentResponse |
CodeDeployClient.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets information about a deployment.
|
default GetDeploymentTargetResponse |
CodeDeployClient.getDeploymentTarget(Consumer<GetDeploymentTargetRequest.Builder> getDeploymentTargetRequest)
Returns information about a deployment target.
|
default GetDeploymentTargetResponse |
CodeDeployClient.getDeploymentTarget(GetDeploymentTargetRequest getDeploymentTargetRequest)
Returns information about a deployment target.
|
default ListDeploymentTargetsResponse |
CodeDeployClient.listDeploymentTargets(Consumer<ListDeploymentTargetsRequest.Builder> listDeploymentTargetsRequest)
Returns an array of target IDs that are associated a deployment.
|
default ListDeploymentTargetsResponse |
CodeDeployClient.listDeploymentTargets(ListDeploymentTargetsRequest listDeploymentTargetsRequest)
Returns an array of target IDs that are associated a deployment.
|
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.
|
default StopDeploymentResponse |
CodeDeployClient.stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
default StopDeploymentResponse |
CodeDeployClient.stopDeployment(StopDeploymentRequest stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
Copyright © 2023. All rights reserved.