Uses of Class
software.amazon.awssdk.services.elasticache.model.RegionalConfiguration
-
Packages that use RegionalConfiguration Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of RegionalConfiguration in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type RegionalConfiguration Modifier and Type Method Description List<RegionalConfiguration>IncreaseNodeGroupsInGlobalReplicationGroupRequest. regionalConfigurations()Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastoreMethods in software.amazon.awssdk.services.elasticache.model with parameters of type RegionalConfiguration Modifier and Type Method Description IncreaseNodeGroupsInGlobalReplicationGroupRequest.BuilderIncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder. regionalConfigurations(RegionalConfiguration... regionalConfigurations)Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastoreMethod parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type RegionalConfiguration Modifier and Type Method Description IncreaseNodeGroupsInGlobalReplicationGroupRequest.BuilderIncreaseNodeGroupsInGlobalReplicationGroupRequest.Builder. regionalConfigurations(Collection<RegionalConfiguration> regionalConfigurations)Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore
-