| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
Tags being associated with a specific Amazon Translate resource.
|
List<Tag> |
ListTagsForResourceResponse.tags()
Tags associated with the Amazon Translate resource being queried.
|
List<Tag> |
CreateParallelDataRequest.tags()
Tags to be associated with this resource.
|
List<Tag> |
ImportTerminologyRequest.tags()
Tags to be associated with this resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
Tags being associated with a specific Amazon Translate resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
Tags associated with the Amazon Translate resource being queried.
|
CreateParallelDataRequest.Builder |
CreateParallelDataRequest.Builder.tags(Tag... tags)
Tags to be associated with this resource.
|
ImportTerminologyRequest.Builder |
ImportTerminologyRequest.Builder.tags(Tag... tags)
Tags to be associated with this resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
Tags being associated with a specific Amazon Translate resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
Tags associated with the Amazon Translate resource being queried.
|
CreateParallelDataRequest.Builder |
CreateParallelDataRequest.Builder.tags(Collection<Tag> tags)
Tags to be associated with this resource.
|
ImportTerminologyRequest.Builder |
ImportTerminologyRequest.Builder.tags(Collection<Tag> tags)
Tags to be associated with this resource.
|
Copyright © 2023. All rights reserved.