Uses of Class
software.amazon.awssdk.services.memorydb.model.ShardNotFoundException
-
Packages that use ShardNotFoundException 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. -
-
Uses of ShardNotFoundException in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb that throw ShardNotFoundException Modifier and Type Method Description default FailoverShardResponseMemoryDbClient. failoverShard(Consumer<FailoverShardRequest.Builder> failoverShardRequest)Used to failover a shard.default FailoverShardResponseMemoryDbClient. failoverShard(FailoverShardRequest failoverShardRequest)Used to failover a shard.
-