Uses of Class
software.amazon.awssdk.services.memorydb.model.UpdateClusterResponse
-
Packages that use UpdateClusterResponse 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 UpdateClusterResponse in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb that return UpdateClusterResponse Modifier and Type Method Description default UpdateClusterResponseMemoryDbClient. updateCluster(Consumer<UpdateClusterRequest.Builder> updateClusterRequest)Modifies the settings for a cluster.default UpdateClusterResponseMemoryDbClient. updateCluster(UpdateClusterRequest updateClusterRequest)Modifies the settings for a cluster.Methods in software.amazon.awssdk.services.memorydb that return types with arguments of type UpdateClusterResponse Modifier and Type Method Description default CompletableFuture<UpdateClusterResponse>MemoryDbAsyncClient. updateCluster(Consumer<UpdateClusterRequest.Builder> updateClusterRequest)Modifies the settings for a cluster.default CompletableFuture<UpdateClusterResponse>MemoryDbAsyncClient. updateCluster(UpdateClusterRequest updateClusterRequest)Modifies the settings for a cluster.
-