| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.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> |
CreateDocumentClassifierRequest.getTags()
Tags to be associated with the document classifier being created.
|
List<Tag> |
ListTagsForResourceResult.getTags()
Tags associated with the Amazon Comprehend resource being queried.
|
List<Tag> |
CreateEndpointRequest.getTags()
Tags associated with the endpoint being created.
|
List<Tag> |
TagResourceRequest.getTags()
Tags being associated with a specific Amazon Comprehend resource.
|
List<Tag> |
CreateEntityRecognizerRequest.getTags()
Tags to be associated with the entity recognizer being created.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withTags(Tag... tags)
Tags to be associated with the document classifier being created.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
Tags associated with the Amazon Comprehend resource being queried.
|
CreateEndpointRequest |
CreateEndpointRequest.withTags(Tag... tags)
Tags associated with the endpoint being created.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
Tags being associated with a specific Amazon Comprehend resource.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withTags(Tag... tags)
Tags to be associated with the entity recognizer being created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDocumentClassifierRequest.setTags(Collection<Tag> tags)
Tags to be associated with the document classifier being created.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
Tags associated with the Amazon Comprehend resource being queried.
|
void |
CreateEndpointRequest.setTags(Collection<Tag> tags)
Tags associated with the endpoint being created.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
Tags being associated with a specific Amazon Comprehend resource.
|
void |
CreateEntityRecognizerRequest.setTags(Collection<Tag> tags)
Tags to be associated with the entity recognizer being created.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withTags(Collection<Tag> tags)
Tags to be associated with the document classifier being created.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
Tags associated with the Amazon Comprehend resource being queried.
|
CreateEndpointRequest |
CreateEndpointRequest.withTags(Collection<Tag> tags)
Tags associated with the endpoint being created.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
Tags being associated with a specific Amazon Comprehend resource.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withTags(Collection<Tag> tags)
Tags to be associated with the entity recognizer being created.
|
Copyright © 2021. All rights reserved.