Uses of Class
software.amazon.awssdk.services.qldb.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDBsoftware.amazon.awssdk.services.qldb.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>QldbAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.qldb.transform
Methods in software.amazon.awssdk.services.qldb.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-