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