Uses of Class
software.amazon.awssdk.services.qldb.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDB -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseQldbClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a specified Amazon QLDB resource.default UntagResourceResponseQldbClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a specified Amazon QLDB resource.Methods in software.amazon.awssdk.services.qldb that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>QldbAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a specified Amazon QLDB resource.default CompletableFuture<UntagResourceResponse>QldbAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a specified Amazon QLDB resource.
-