| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The value of
Key depends on the operation that you want to perform: |
Tag |
Tag.withValue(String value)
The value of
Value depends on the operation that you want to perform: |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ChangeTagsForResourceRequest.getAddTags()
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.getTags()
The tags associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withAddTags(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 |
ResourceTagSet.withTags(Tag... tags)
The tags associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeTagsForResourceRequest.setAddTags(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. |
void |
ResourceTagSet.setTags(Collection<Tag> tags)
The tags associated with the specified resource.
|
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withAddTags(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 |
ResourceTagSet.withTags(Collection<Tag> tags)
The tags associated with the specified resource.
|
Copyright © 2019. All rights reserved.