Uses of Class
software.amazon.awssdk.services.keyspaces.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseKeyspacesClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates a set of tags with a Amazon Keyspaces resource.default TagResourceResponseKeyspacesClient. tagResource(TagResourceRequest tagResourceRequest)Associates a set of tags with a Amazon Keyspaces resource.Methods in software.amazon.awssdk.services.keyspaces that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>KeyspacesAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates a set of tags with a Amazon Keyspaces resource.default CompletableFuture<TagResourceResponse>KeyspacesAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates a set of tags with a Amazon Keyspaces resource.
-