Uses of Class
software.amazon.awssdk.services.elasticache.model.GlobalReplicationGroup
-
Packages that use GlobalReplicationGroup Package Description software.amazon.awssdk.services.elasticache.model software.amazon.awssdk.services.elasticache.paginators -
-
Uses of GlobalReplicationGroup in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return GlobalReplicationGroup Modifier and Type Method Description GlobalReplicationGroupCreateGlobalReplicationGroupResponse. globalReplicationGroup()Returns the value of the GlobalReplicationGroup property for this object.GlobalReplicationGroupDecreaseNodeGroupsInGlobalReplicationGroupResponse. globalReplicationGroup()Returns the value of the GlobalReplicationGroup property for this object.GlobalReplicationGroupDeleteGlobalReplicationGroupResponse. globalReplicationGroup()Returns the value of the GlobalReplicationGroup property for this object.GlobalReplicationGroupDisassociateGlobalReplicationGroupResponse. globalReplicationGroup()Returns the value of the GlobalReplicationGroup property for this object.GlobalReplicationGroupFailoverGlobalReplicationGroupResponse. globalReplicationGroup()Returns the value of the GlobalReplicationGroup property for this object.GlobalReplicationGroupIncreaseNodeGroupsInGlobalReplicationGroupResponse. globalReplicationGroup()Returns the value of the GlobalReplicationGroup property for this object.GlobalReplicationGroupModifyGlobalReplicationGroupResponse. globalReplicationGroup()Returns the value of the GlobalReplicationGroup property for this object.GlobalReplicationGroupRebalanceSlotsInGlobalReplicationGroupResponse. globalReplicationGroup()Returns the value of the GlobalReplicationGroup property for this object.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type GlobalReplicationGroup Modifier and Type Method Description List<GlobalReplicationGroup>DescribeGlobalReplicationGroupsResponse. globalReplicationGroups()Indicates the slot configuration and global identifier for each slice group.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type GlobalReplicationGroup Modifier and Type Method Description CreateGlobalReplicationGroupResponse.BuilderCreateGlobalReplicationGroupResponse.Builder. globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)Sets the value of the GlobalReplicationGroup property for this object.DecreaseNodeGroupsInGlobalReplicationGroupResponse.BuilderDecreaseNodeGroupsInGlobalReplicationGroupResponse.Builder. globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)Sets the value of the GlobalReplicationGroup property for this object.DeleteGlobalReplicationGroupResponse.BuilderDeleteGlobalReplicationGroupResponse.Builder. globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)Sets the value of the GlobalReplicationGroup property for this object.DisassociateGlobalReplicationGroupResponse.BuilderDisassociateGlobalReplicationGroupResponse.Builder. globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)Sets the value of the GlobalReplicationGroup property for this object.FailoverGlobalReplicationGroupResponse.BuilderFailoverGlobalReplicationGroupResponse.Builder. globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)Sets the value of the GlobalReplicationGroup property for this object.IncreaseNodeGroupsInGlobalReplicationGroupResponse.BuilderIncreaseNodeGroupsInGlobalReplicationGroupResponse.Builder. globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)Sets the value of the GlobalReplicationGroup property for this object.ModifyGlobalReplicationGroupResponse.BuilderModifyGlobalReplicationGroupResponse.Builder. globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)Sets the value of the GlobalReplicationGroup property for this object.RebalanceSlotsInGlobalReplicationGroupResponse.BuilderRebalanceSlotsInGlobalReplicationGroupResponse.Builder. globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)Sets the value of the GlobalReplicationGroup property for this object.DescribeGlobalReplicationGroupsResponse.BuilderDescribeGlobalReplicationGroupsResponse.Builder. globalReplicationGroups(GlobalReplicationGroup... globalReplicationGroups)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 GlobalReplicationGroup Modifier and Type Method Description DescribeGlobalReplicationGroupsResponse.BuilderDescribeGlobalReplicationGroupsResponse.Builder. globalReplicationGroups(Collection<GlobalReplicationGroup> globalReplicationGroups)Indicates the slot configuration and global identifier for each slice group. -
Uses of GlobalReplicationGroup in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type GlobalReplicationGroup Modifier and Type Method Description SdkIterable<GlobalReplicationGroup>DescribeGlobalReplicationGroupsIterable. globalReplicationGroups()Returns an iterable to iterate through the paginatedDescribeGlobalReplicationGroupsResponse.globalReplicationGroups()member.SdkPublisher<GlobalReplicationGroup>DescribeGlobalReplicationGroupsPublisher. globalReplicationGroups()Returns a publisher that can be used to get a stream of data.
-