| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateIndexRequest.tags()
A list of key-value pairs that identify the index.
|
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> |
CreateFaqRequest.tags()
A list of key-value pairs that identify the FAQ.
|
List<Tag> |
ListTagsForResourceResponse.tags()
A list of tags associated with the index, FAQ, or data source.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.tags(Tag... tags)
A list of key-value pairs that identify the index.
|
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.
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.tags(Tag... tags)
A list of key-value pairs that identify the FAQ.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A list of tags associated with the index, FAQ, or data source.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.tags(Collection<Tag> tags)
A list of key-value pairs that identify the index.
|
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.
|
CreateFaqRequest.Builder |
CreateFaqRequest.Builder.tags(Collection<Tag> tags)
A list of key-value pairs that identify the FAQ.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A list of tags associated with the index, FAQ, or data source.
|
Copyright © 2020. All rights reserved.