Uses of Class
software.amazon.awssdk.services.qbusiness.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseQBusinessClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tag to the specified Amazon Q Business application or data source resource.default TagResourceResponseQBusinessClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tag to the specified Amazon Q Business application or data source resource.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>QBusinessAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tag to the specified Amazon Q Business application or data source resource.default CompletableFuture<TagResourceResponse>QBusinessAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tag to the specified Amazon Q Business application or data source resource.
-