Uses of Class
software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
-
Packages that use UpdateClusterRequest Package Description software.amazon.awssdk.services.memorydb MemoryDB is a fully managed, Redis OSS-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures.software.amazon.awssdk.services.memorydb.transform -
-
Uses of UpdateClusterRequest in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb with parameters of type UpdateClusterRequest Modifier and Type Method Description default CompletableFuture<UpdateClusterResponse>MemoryDbAsyncClient. updateCluster(UpdateClusterRequest updateClusterRequest)Modifies the settings for a cluster.default UpdateClusterResponseMemoryDbClient. updateCluster(UpdateClusterRequest updateClusterRequest)Modifies the settings for a cluster. -
Uses of UpdateClusterRequest in software.amazon.awssdk.services.memorydb.transform
Methods in software.amazon.awssdk.services.memorydb.transform with parameters of type UpdateClusterRequest Modifier and Type Method Description SdkHttpFullRequestUpdateClusterRequestMarshaller. marshall(UpdateClusterRequest updateClusterRequest)
-