| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key for the tag.
|
Tag |
Tag.withValue(String value)
The value associated with the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
A list of tag keys to add to the index, FAQ, or data source.
|
List<Tag> |
CreateQuerySuggestionsBlockListRequest.getTags()
A list of key-value pairs that identify or categorize the block list.
|
List<Tag> |
CreateIndexRequest.getTags()
A list of key-value pairs that identify or categorize the index.
|
List<Tag> |
CreateDataSourceRequest.getTags()
A list of key-value pairs that identify or categorize the data source connector.
|
List<Tag> |
CreateThesaurusRequest.getTags()
A list of key-value pairs that identify or categorize the thesaurus.
|
List<Tag> |
CreateFaqRequest.getTags()
A list of key-value pairs that identify the FAQ.
|
List<Tag> |
ListTagsForResourceResult.getTags()
A list of tags associated with the index, FAQ, or data source.
|
List<Tag> |
CreateFeaturedResultsSetRequest.getTags()
A list of key-value pairs that identify or categorize the featured results set.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of tag keys to add to the index, FAQ, or data source.
|
CreateQuerySuggestionsBlockListRequest |
CreateQuerySuggestionsBlockListRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize the block list.
|
CreateIndexRequest |
CreateIndexRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize the index.
|
CreateDataSourceRequest |
CreateDataSourceRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize the data source connector.
|
CreateThesaurusRequest |
CreateThesaurusRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize the thesaurus.
|
CreateFaqRequest |
CreateFaqRequest.withTags(Tag... tags)
A list of key-value pairs that identify the FAQ.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of tags associated with the index, FAQ, or data source.
|
CreateFeaturedResultsSetRequest |
CreateFeaturedResultsSetRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize the featured results set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of tag keys to add to the index, FAQ, or data source.
|
void |
CreateQuerySuggestionsBlockListRequest.setTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the block list.
|
void |
CreateIndexRequest.setTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the index.
|
void |
CreateDataSourceRequest.setTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the data source connector.
|
void |
CreateThesaurusRequest.setTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the thesaurus.
|
void |
CreateFaqRequest.setTags(Collection<Tag> tags)
A list of key-value pairs that identify the FAQ.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A list of tags associated with the index, FAQ, or data source.
|
void |
CreateFeaturedResultsSetRequest.setTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the featured results set.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of tag keys to add to the index, FAQ, or data source.
|
CreateQuerySuggestionsBlockListRequest |
CreateQuerySuggestionsBlockListRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the block list.
|
CreateIndexRequest |
CreateIndexRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the index.
|
CreateDataSourceRequest |
CreateDataSourceRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the data source connector.
|
CreateThesaurusRequest |
CreateThesaurusRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the thesaurus.
|
CreateFaqRequest |
CreateFaqRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify the FAQ.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of tags associated with the index, FAQ, or data source.
|
CreateFeaturedResultsSetRequest |
CreateFeaturedResultsSetRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the featured results set.
|
Copyright © 2024. All rights reserved.