Uses of Class
software.amazon.awssdk.services.kendra.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of Tag in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type Tag Modifier and Type Method 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>CreateFeaturedResultsSetRequest. tags()A list of key-value pairs that identify or categorize the featured results set.List<Tag>CreateIndexRequest. tags()A list of key-value pairs that identify or categorize the index.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.List<Tag>ListTagsForResourceResponse. tags()A list of tags associated with the index, FAQ, or data source.List<Tag>TagResourceRequest. tags()A list of tag keys to add to the index, FAQ, or data source.Methods in software.amazon.awssdk.services.kendra.model with parameters of type Tag Modifier and Type Method Description CreateDataSourceRequest.BuilderCreateDataSourceRequest.Builder. tags(Tag... tags)A list of key-value pairs that identify or categorize the data source connector.CreateFaqRequest.BuilderCreateFaqRequest.Builder. tags(Tag... tags)A list of key-value pairs that identify the FAQ.CreateFeaturedResultsSetRequest.BuilderCreateFeaturedResultsSetRequest.Builder. tags(Tag... tags)A list of key-value pairs that identify or categorize the featured results set.CreateIndexRequest.BuilderCreateIndexRequest.Builder. tags(Tag... tags)A list of key-value pairs that identify or categorize the index.CreateQuerySuggestionsBlockListRequest.BuilderCreateQuerySuggestionsBlockListRequest.Builder. tags(Tag... tags)A list of key-value pairs that identify or categorize the block list.CreateThesaurusRequest.BuilderCreateThesaurusRequest.Builder. tags(Tag... tags)A list of key-value pairs that identify or categorize the thesaurus.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of tags associated with the index, FAQ, or data source.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tag keys to add to the index, FAQ, or data source.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type Tag Modifier and Type Method Description CreateDataSourceRequest.BuilderCreateDataSourceRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs that identify or categorize the data source connector.CreateFaqRequest.BuilderCreateFaqRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs that identify the FAQ.CreateFeaturedResultsSetRequest.BuilderCreateFeaturedResultsSetRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs that identify or categorize the featured results set.CreateIndexRequest.BuilderCreateIndexRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs that identify or categorize the index.CreateQuerySuggestionsBlockListRequest.BuilderCreateQuerySuggestionsBlockListRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs that identify or categorize the block list.CreateThesaurusRequest.BuilderCreateThesaurusRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs that identify or categorize the thesaurus.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A list of tags associated with the index, FAQ, or data source.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tag keys to add to the index, FAQ, or data source.
-