Uses of Class
software.amazon.awssdk.services.qbusiness.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>QBusinessAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.qbusiness.transform
Methods in software.amazon.awssdk.services.qbusiness.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-