| Package | Description |
|---|---|
| com.amazonaws.services.route53profiles.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
Key associated with the
Tag. |
Tag |
Tag.withValue(String value)
Value for the Tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateProfileRequest.getTags()
A list of the tag keys and values that you want to associate with the Route 53 Profile.
|
List<Tag> |
AssociateProfileRequest.getTags()
A list of the tag keys and values that you want to identify the Profile association.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProfileRequest |
CreateProfileRequest.withTags(Tag... tags)
A list of the tag keys and values that you want to associate with the Route 53 Profile.
|
AssociateProfileRequest |
AssociateProfileRequest.withTags(Tag... tags)
A list of the tag keys and values that you want to identify the Profile association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProfileRequest.setTags(Collection<Tag> tags)
A list of the tag keys and values that you want to associate with the Route 53 Profile.
|
void |
AssociateProfileRequest.setTags(Collection<Tag> tags)
A list of the tag keys and values that you want to identify the Profile association.
|
CreateProfileRequest |
CreateProfileRequest.withTags(Collection<Tag> tags)
A list of the tag keys and values that you want to associate with the Route 53 Profile.
|
AssociateProfileRequest |
AssociateProfileRequest.withTags(Collection<Tag> tags)
A list of the tag keys and values that you want to identify the Profile association.
|
Copyright © 2025. All rights reserved.