| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The first part of a key:value pair that forms a tag associated with a given resource.
|
Tag |
Tag.withValue(String value)
The second part of a key:value pair that forms a tag associated with a given resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResult.getTags()
The list of tags associated with the specified resource.
|
List<Tag> |
CreateDomainRequest.getTags()
A list of tags you want added to the domain.
|
List<Tag> |
TagResourceRequest.getTags()
The list of tags to assign to the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The list of tags associated with the specified resource.
|
CreateDomainRequest |
CreateDomainRequest.withTags(Tag... tags)
A list of tags you want added to the domain.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The list of tags to assign to the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The list of tags associated with the specified resource.
|
void |
CreateDomainRequest.setTags(Collection<Tag> tags)
A list of tags you want added to the domain.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The list of tags to assign to the specified resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The list of tags associated with the specified resource.
|
CreateDomainRequest |
CreateDomainRequest.withTags(Collection<Tag> tags)
A list of tags you want added to the domain.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The list of tags to assign to the specified resource.
|
Copyright © 2023. All rights reserved.