| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.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 Amazon Q Business application or data source.
|
List<Tag> |
CreateIndexRequest.getTags()
A list of key-value pairs that identify or categorize the index.
|
List<Tag> |
CreateApplicationRequest.getTags()
A list of key-value pairs that identify or categorize your Amazon Q Business application.
|
List<Tag> |
CreatePluginRequest.getTags()
A list of key-value pairs that identify or categorize the data source connector.
|
List<Tag> |
ListTagsForResourceResult.getTags()
A list of tags associated with the Amazon Q Business application or data source.
|
List<Tag> |
CreateWebExperienceRequest.getTags()
A list of key-value pairs that identify or categorize your Amazon Q Business web experience.
|
List<Tag> |
CreateRetrieverRequest.getTags()
A list of key-value pairs that identify or categorize the retriever.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of tag keys to add to the Amazon Q Business application or data source.
|
CreateIndexRequest |
CreateIndexRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize the index.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize your Amazon Q Business application.
|
CreatePluginRequest |
CreatePluginRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize the data source connector.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of tags associated with the Amazon Q Business application or data source.
|
CreateWebExperienceRequest |
CreateWebExperienceRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize your Amazon Q Business web experience.
|
CreateRetrieverRequest |
CreateRetrieverRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize the retriever.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of tag keys to add to the Amazon Q Business application or data source.
|
void |
CreateIndexRequest.setTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the index.
|
void |
CreateApplicationRequest.setTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize your Amazon Q Business application.
|
void |
CreatePluginRequest.setTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the data source connector.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A list of tags associated with the Amazon Q Business application or data source.
|
void |
CreateWebExperienceRequest.setTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize your Amazon Q Business web experience.
|
void |
CreateRetrieverRequest.setTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the retriever.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of tag keys to add to the Amazon Q Business application or data source.
|
CreateIndexRequest |
CreateIndexRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the index.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize your Amazon Q Business application.
|
CreatePluginRequest |
CreatePluginRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the data source connector.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of tags associated with the Amazon Q Business application or data source.
|
CreateWebExperienceRequest |
CreateWebExperienceRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize your Amazon Q Business web experience.
|
CreateRetrieverRequest |
CreateRetrieverRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the retriever.
|
Copyright © 2024. All rights reserved.