| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| 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 © 2020. All rights reserved.