| 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 ListTagsForResourceResponse |
CodeDeployClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN).
|
default ListTagsForResourceResponse |
CodeDeployClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN).
|
default TagResourceResponse |
CodeDeployClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the list of tags in the input
Tags parameter with the resource identified by the
ResourceArn input parameter. |
default TagResourceResponse |
CodeDeployClient.tagResource(TagResourceRequest tagResourceRequest)
Associates the list of tags in the input
Tags parameter with the resource identified by the
ResourceArn input parameter. |
default UntagResourceResponse |
CodeDeployClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Disassociates a resource from a list of tags.
|
default UntagResourceResponse |
CodeDeployClient.untagResource(UntagResourceRequest untagResourceRequest)
Disassociates a resource from a list of tags.
|
Copyright © 2023. All rights reserved.