Uses of Class
software.amazon.awssdk.services.elasticache.model.ApiCallRateForCustomerExceededException
-
Packages that use ApiCallRateForCustomerExceededException Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of ApiCallRateForCustomerExceededException in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that throw ApiCallRateForCustomerExceededException Modifier and Type Method Description default TestFailoverResponse
ElastiCacheClient. testFailover(Consumer<TestFailoverRequest.Builder> testFailoverRequest)
Represents the input of aTestFailover
operation which tests automatic failover on a specified node group (called shard in the console) in a replication group (called cluster in the console).default TestFailoverResponse
ElastiCacheClient. testFailover(TestFailoverRequest testFailoverRequest)
Represents the input of aTestFailover
operation which tests automatic failover on a specified node group (called shard in the console) in a replication group (called cluster in the console).
-