Uses of Class
software.amazon.awssdk.services.qldb.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDBsoftware.amazon.awssdk.services.qldb.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>QldbAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to a specified Amazon QLDB resource.default TagResourceResponseQldbClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to a specified Amazon QLDB resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.qldb.transform
Methods in software.amazon.awssdk.services.qldb.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-