| 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.
|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentTargetResponse |
CodeDeployClient.getDeploymentTarget(Consumer<GetDeploymentTargetRequest.Builder> getDeploymentTargetRequest)
Returns information about a deployment target.
|
default CompletableFuture<GetDeploymentTargetResponse> |
CodeDeployAsyncClient.getDeploymentTarget(Consumer<GetDeploymentTargetRequest.Builder> getDeploymentTargetRequest)
Returns information about a deployment target.
|
| Modifier and Type | Method and Description |
|---|---|
static GetDeploymentTargetRequest.Builder |
GetDeploymentTargetRequest.builder() |
GetDeploymentTargetRequest.Builder |
GetDeploymentTargetRequest.Builder.deploymentId(String deploymentId)
The unique ID of a deployment.
|
GetDeploymentTargetRequest.Builder |
GetDeploymentTargetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDeploymentTargetRequest.Builder |
GetDeploymentTargetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDeploymentTargetRequest.Builder |
GetDeploymentTargetRequest.Builder.targetId(String targetId)
The unique ID of a deployment target.
|
GetDeploymentTargetRequest.Builder |
GetDeploymentTargetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeploymentTargetRequest.Builder> |
GetDeploymentTargetRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.