Uses of Class
software.amazon.awssdk.services.elasticache.model.ReplicationGroupAlreadyExistsException
-
Packages that use ReplicationGroupAlreadyExistsException Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of ReplicationGroupAlreadyExistsException in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that throw ReplicationGroupAlreadyExistsException Modifier and Type Method Description default CreateReplicationGroupResponseElastiCacheClient. createReplicationGroup(Consumer<CreateReplicationGroupRequest.Builder> createReplicationGroupRequest)Creates a Valkey or Redis OSS (cluster mode disabled) or a Valkey or Redis OSS (cluster mode enabled) replication group.default CreateReplicationGroupResponseElastiCacheClient. createReplicationGroup(CreateReplicationGroupRequest createReplicationGroupRequest)Creates a Valkey or Redis OSS (cluster mode disabled) or a Valkey or Redis OSS (cluster mode enabled) replication group.
-