| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The initial 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()
Tags associated with the Amazon Translate resource being queried.
|
List<Tag> |
ImportTerminologyRequest.getTags()
Tags to be associated with this resource.
|
List<Tag> |
CreateParallelDataRequest.getTags()
Tags to be associated with this resource.
|
List<Tag> |
TagResourceRequest.getTags()
Tags being associated with a specific Amazon Translate resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
Tags associated with the Amazon Translate resource being queried.
|
ImportTerminologyRequest |
ImportTerminologyRequest.withTags(Tag... tags)
Tags to be associated with this resource.
|
CreateParallelDataRequest |
CreateParallelDataRequest.withTags(Tag... tags)
Tags to be associated with this resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
Tags being associated with a specific Amazon Translate resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
Tags associated with the Amazon Translate resource being queried.
|
void |
ImportTerminologyRequest.setTags(Collection<Tag> tags)
Tags to be associated with this resource.
|
void |
CreateParallelDataRequest.setTags(Collection<Tag> tags)
Tags to be associated with this resource.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
Tags being associated with a specific Amazon Translate resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
Tags associated with the Amazon Translate resource being queried.
|
ImportTerminologyRequest |
ImportTerminologyRequest.withTags(Collection<Tag> tags)
Tags to be associated with this resource.
|
CreateParallelDataRequest |
CreateParallelDataRequest.withTags(Collection<Tag> tags)
Tags to be associated with this resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
Tags being associated with a specific Amazon Translate resource.
|
Copyright © 2024. All rights reserved.