| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ChangeTagsForResourceRequest.addTags()
A complex type that contains a list of the tags that you want to add to the specified health check or hosted zone
and/or the tags that you want to edit
Value for. |
List<Tag> |
ResourceTagSet.tags()
The tags associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeTagsForResourceRequest.Builder |
ChangeTagsForResourceRequest.Builder.addTags(Tag... addTags)
A complex type that contains a list of the tags that you want to add to the specified health check or hosted
zone and/or the tags that you want to edit
Value for. |
ResourceTagSet.Builder |
ResourceTagSet.Builder.tags(Tag... tags)
The tags associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeTagsForResourceRequest.Builder |
ChangeTagsForResourceRequest.Builder.addTags(Collection<Tag> addTags)
A complex type that contains a list of the tags that you want to add to the specified health check or hosted
zone and/or the tags that you want to edit
Value for. |
ResourceTagSet.Builder |
ResourceTagSet.Builder.tags(Collection<Tag> tags)
The tags associated with the specified resource.
|
Copyright © 2022. All rights reserved.