Uses of Class
software.amazon.awssdk.services.memorydb.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.memorydb MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseMemoryDbClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)A tag is a key-value pair where the key and value are case-sensitive.default TagResourceResponseMemoryDbClient. tagResource(TagResourceRequest tagResourceRequest)A tag is a key-value pair where the key and value are case-sensitive.Methods in software.amazon.awssdk.services.memorydb that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>MemoryDbAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)A tag is a key-value pair where the key and value are case-sensitive.default CompletableFuture<TagResourceResponse>MemoryDbAsyncClient. tagResource(TagResourceRequest tagResourceRequest)A tag is a key-value pair where the key and value are case-sensitive.
-