Uses of Class
software.amazon.awssdk.services.keyspaces.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.keyspaces Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service.software.amazon.awssdk.services.keyspaces.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>KeyspacesAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.keyspaces.transform
Methods in software.amazon.awssdk.services.keyspaces.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-