| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateEntityRecognizerRequest.tags()
Tags to be associated with the entity recognizer being created.
|
List<Tag> |
CreateEndpointRequest.tags()
Tags associated with the endpoint being created.
|
List<Tag> |
ListTagsForResourceResponse.tags()
Tags associated with the Amazon Comprehend resource being queried.
|
List<Tag> |
TagResourceRequest.tags()
Tags being associated with a specific Amazon Comprehend resource.
|
List<Tag> |
CreateDocumentClassifierRequest.tags()
Tags to be associated with the document classifier being created.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEntityRecognizerRequest.Builder |
CreateEntityRecognizerRequest.Builder.tags(Tag... tags)
Tags to be associated with the entity recognizer being created.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.tags(Tag... tags)
Tags associated with the endpoint being created.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
Tags associated with the Amazon Comprehend resource being queried.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
Tags being associated with a specific Amazon Comprehend resource.
|
CreateDocumentClassifierRequest.Builder |
CreateDocumentClassifierRequest.Builder.tags(Tag... tags)
Tags to be associated with the document classifier being created.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEntityRecognizerRequest.Builder |
CreateEntityRecognizerRequest.Builder.tags(Collection<Tag> tags)
Tags to be associated with the entity recognizer being created.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.tags(Collection<Tag> tags)
Tags associated with the endpoint being created.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
Tags associated with the Amazon Comprehend resource being queried.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
Tags being associated with a specific Amazon Comprehend resource.
|
CreateDocumentClassifierRequest.Builder |
CreateDocumentClassifierRequest.Builder.tags(Collection<Tag> tags)
Tags to be associated with the document classifier being created.
|
Copyright © 2021. All rights reserved.