Uses of Class
software.amazon.awssdk.services.memorydb.model.FailoverShardRequest
-
Packages that use FailoverShardRequest 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 FailoverShardRequest in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb with parameters of type FailoverShardRequest Modifier and Type Method Description default CompletableFuture<FailoverShardResponse>MemoryDbAsyncClient. failoverShard(FailoverShardRequest failoverShardRequest)Used to failover a shard.default FailoverShardResponseMemoryDbClient. failoverShard(FailoverShardRequest failoverShardRequest)Used to failover a shard. -
Uses of FailoverShardRequest in software.amazon.awssdk.services.memorydb.transform
Methods in software.amazon.awssdk.services.memorydb.transform with parameters of type FailoverShardRequest Modifier and Type Method Description SdkHttpFullRequestFailoverShardRequestMarshaller. marshall(FailoverShardRequest failoverShardRequest)
-