Uses of Class
software.amazon.awssdk.services.qldb.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDB -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseQldbClient. tagResource(Consumer<TagResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.qldb that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>QldbAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to a specified Amazon QLDB resource.default CompletableFuture<TagResourceResponse>QldbAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to a specified Amazon QLDB resource.
-