Uses of Class
software.amazon.awssdk.services.elasticache.model.GlobalNodeGroup
-
Packages that use GlobalNodeGroup Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of GlobalNodeGroup in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type GlobalNodeGroup Modifier and Type Method Description List<GlobalNodeGroup>GlobalReplicationGroup. globalNodeGroups()Indicates the slot configuration and global identifier for each slice group.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type GlobalNodeGroup Modifier and Type Method Description GlobalReplicationGroup.BuilderGlobalReplicationGroup.Builder. globalNodeGroups(GlobalNodeGroup... globalNodeGroups)Indicates the slot configuration and global identifier for each slice group.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type GlobalNodeGroup Modifier and Type Method Description GlobalReplicationGroup.BuilderGlobalReplicationGroup.Builder. globalNodeGroups(Collection<GlobalNodeGroup> globalNodeGroups)Indicates the slot configuration and global identifier for each slice group.
-