| 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 AddTagsToOnPremisesInstancesResponse |
CodeDeployClient.addTagsToOnPremisesInstances(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest)
Adds tags to on-premises instances.
|
default AddTagsToOnPremisesInstancesResponse |
CodeDeployClient.addTagsToOnPremisesInstances(Consumer<AddTagsToOnPremisesInstancesRequest.Builder> addTagsToOnPremisesInstancesRequest)
Adds tags to on-premises instances.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AddTagsToOnPremisesInstancesResponse> |
CodeDeployAsyncClient.addTagsToOnPremisesInstances(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest)
Adds tags to on-premises instances.
|
default CompletableFuture<AddTagsToOnPremisesInstancesResponse> |
CodeDeployAsyncClient.addTagsToOnPremisesInstances(Consumer<AddTagsToOnPremisesInstancesRequest.Builder> addTagsToOnPremisesInstancesRequest)
Adds tags to on-premises instances.
|
Copyright © 2023. All rights reserved.