Uses of Class
software.amazon.awssdk.services.qbusiness.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of Tag in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateApplicationRequest. tags()A list of key-value pairs that identify or categorize your Amazon Q application.List<Tag>CreateDataSourceRequest. tags()A list of key-value pairs that identify or categorize the data source connector.List<Tag>CreateIndexRequest. tags()A list of key-value pairs that identify or categorize the index.List<Tag>CreatePluginRequest. tags()A list of key-value pairs that identify or categorize the data source connector.List<Tag>CreateRetrieverRequest. tags()A list of key-value pairs that identify or categorize the retriever.List<Tag>CreateWebExperienceRequest. tags()A list of key-value pairs that identify or categorize your Amazon Q web experience.List<Tag>ListTagsForResourceResponse. tags()A list of tags associated with the Amazon Q application or data source.List<Tag>TagResourceRequest. tags()A list of tag keys to add to the Amazon Q application or data source.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type Tag Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Tag... tags)A list of key-value pairs that identify or categorize your Amazon Q application.CreateDataSourceRequest.BuilderCreateDataSourceRequest.Builder. tags(Tag... tags)A list of key-value pairs that identify or categorize the data source connector.CreateIndexRequest.BuilderCreateIndexRequest.Builder. tags(Tag... tags)A list of key-value pairs that identify or categorize the index.CreatePluginRequest.BuilderCreatePluginRequest.Builder. tags(Tag... tags)A list of key-value pairs that identify or categorize the data source connector.CreateRetrieverRequest.BuilderCreateRetrieverRequest.Builder. tags(Tag... tags)A list of key-value pairs that identify or categorize the retriever.CreateWebExperienceRequest.BuilderCreateWebExperienceRequest.Builder. tags(Tag... tags)A list of key-value pairs that identify or categorize your Amazon Q web experience.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of tags associated with the Amazon Q application or data source.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tag keys to add to the Amazon Q application or data source.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type Tag Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs that identify or categorize your Amazon Q application.CreateDataSourceRequest.BuilderCreateDataSourceRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs that identify or categorize the data source connector.CreateIndexRequest.BuilderCreateIndexRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs that identify or categorize the index.CreatePluginRequest.BuilderCreatePluginRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs that identify or categorize the data source connector.CreateRetrieverRequest.BuilderCreateRetrieverRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs that identify or categorize the retriever.CreateWebExperienceRequest.BuilderCreateWebExperienceRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs that identify or categorize your Amazon Q web experience.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A list of tags associated with the Amazon Q application or data source.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tag keys to add to the Amazon Q application or data source.
-