| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| Modifier and Type | Method and Description |
|---|---|
default BatchGetDeploymentsResponse |
CodeDeployClient.batchGetDeployments(BatchGetDeploymentsRequest batchGetDeploymentsRequest)
Gets information about one or more deployments.
|
default BatchGetDeploymentsResponse |
CodeDeployClient.batchGetDeployments(Consumer<BatchGetDeploymentsRequest.Builder> batchGetDeploymentsRequest)
Gets information about one or more deployments.
|
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 © 2021. All rights reserved.