Uses of Class
software.amazon.awssdk.services.keyspaces.model.TagResourceRequest
-
Packages that use TagResourceRequest 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 TagResourceRequest in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>KeyspacesAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.keyspaces.transform
Methods in software.amazon.awssdk.services.keyspaces.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-