| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResponse.tags()
A list of tags associated with the index, FAQ, or data source.
|
List<Tag> |
CreateDataSourceRequest.tags()
A list of key-value pairs that identify the data source.
|
List<Tag> |
TagResourceRequest.tags()
A list of tag keys to add to the index, FAQ, or data source.
|
List<Tag> |
CreateThesaurusRequest.tags()
A list of key-value pairs that identify the thesaurus.
|
List<Tag> |
CreateIndexRequest.tags()
A list of key-value pairs that identify the index.
|
List<Tag> |
CreateFaqRequest.tags()
A list of key-value pairs that identify the FAQ.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A list of tags associated with the index, FAQ, or data source.
|
CreateDataSourceRequest.Builder |
CreateDataSourceRequest.Builder.tags(Tag... tags)
A list of key-value pairs that identify the data source.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A list of tag keys to add to the index, FAQ, or data source.
|
CreateThesaurusRequest.Builder |
CreateThesaurusRequest.Builder.tags(Tag... tags)
A list of key-value pairs that identify the thesaurus.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.tags(Tag... tags)
A list of key-value pairs that identify the index.
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.tags(Tag... tags)
A list of key-value pairs that identify the FAQ.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A list of tags associated with the index, FAQ, or data source.
|
CreateDataSourceRequest.Builder |
CreateDataSourceRequest.Builder.tags(Collection<Tag> tags)
A list of key-value pairs that identify the data source.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of tag keys to add to the index, FAQ, or data source.
|
CreateThesaurusRequest.Builder |
CreateThesaurusRequest.Builder.tags(Collection<Tag> tags)
A list of key-value pairs that identify the thesaurus.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.tags(Collection<Tag> tags)
A list of key-value pairs that identify the index.
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.tags(Collection<Tag> tags)
A list of key-value pairs that identify the FAQ.
|
Copyright © 2021. All rights reserved.