Uses of Class
software.amazon.awssdk.services.keyspaces.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.keyspaces Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseKeyspacesClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the association of tags from a Amazon Keyspaces resource.default UntagResourceResponseKeyspacesClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of tags from a Amazon Keyspaces resource.Methods in software.amazon.awssdk.services.keyspaces that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>KeyspacesAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the association of tags from a Amazon Keyspaces resource.default CompletableFuture<UntagResourceResponse>KeyspacesAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of tags from a Amazon Keyspaces resource.
-