| Package | Description |
|---|---|
| software.amazon.awssdk.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateDomainRequest.tags()
A list of tags you want added to the domain.
|
List<Tag> |
TagResourceRequest.tags()
The list of tags to assign to the specified resource.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The list of tags associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDomainRequest.Builder |
CreateDomainRequest.Builder.tags(Tag... tags)
A list of tags you want added to the domain.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The list of tags to assign to the specified resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The list of tags associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDomainRequest.Builder |
CreateDomainRequest.Builder.tags(Collection<Tag> tags)
A list of tags you want added to the domain.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The list of tags to assign to the specified resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The list of tags associated with the specified resource.
|
Copyright © 2023. All rights reserved.