Uses of Class
software.amazon.awssdk.services.elasticache.model.ReplicationGroup
-
Packages that use ReplicationGroup Package Description software.amazon.awssdk.services.elasticache.model software.amazon.awssdk.services.elasticache.paginators -
-
Uses of ReplicationGroup in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return ReplicationGroup Modifier and Type Method Description ReplicationGroupCompleteMigrationResponse. replicationGroup()Returns the value of the ReplicationGroup property for this object.ReplicationGroupCreateReplicationGroupResponse. replicationGroup()Returns the value of the ReplicationGroup property for this object.ReplicationGroupDecreaseReplicaCountResponse. replicationGroup()Returns the value of the ReplicationGroup property for this object.ReplicationGroupDeleteReplicationGroupResponse. replicationGroup()Returns the value of the ReplicationGroup property for this object.ReplicationGroupIncreaseReplicaCountResponse. replicationGroup()Returns the value of the ReplicationGroup property for this object.ReplicationGroupModifyReplicationGroupResponse. replicationGroup()Returns the value of the ReplicationGroup property for this object.ReplicationGroupModifyReplicationGroupShardConfigurationResponse. replicationGroup()Returns the value of the ReplicationGroup property for this object.ReplicationGroupStartMigrationResponse. replicationGroup()Returns the value of the ReplicationGroup property for this object.ReplicationGroupTestFailoverResponse. replicationGroup()Returns the value of the ReplicationGroup property for this object.ReplicationGroupTestMigrationResponse. replicationGroup()Returns the value of the ReplicationGroup property for this object.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type ReplicationGroup Modifier and Type Method Description List<ReplicationGroup>DescribeReplicationGroupsResponse. replicationGroups()A list of replication groups.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type ReplicationGroup Modifier and Type Method Description CompleteMigrationResponse.BuilderCompleteMigrationResponse.Builder. replicationGroup(ReplicationGroup replicationGroup)Sets the value of the ReplicationGroup property for this object.CreateReplicationGroupResponse.BuilderCreateReplicationGroupResponse.Builder. replicationGroup(ReplicationGroup replicationGroup)Sets the value of the ReplicationGroup property for this object.DecreaseReplicaCountResponse.BuilderDecreaseReplicaCountResponse.Builder. replicationGroup(ReplicationGroup replicationGroup)Sets the value of the ReplicationGroup property for this object.DeleteReplicationGroupResponse.BuilderDeleteReplicationGroupResponse.Builder. replicationGroup(ReplicationGroup replicationGroup)Sets the value of the ReplicationGroup property for this object.IncreaseReplicaCountResponse.BuilderIncreaseReplicaCountResponse.Builder. replicationGroup(ReplicationGroup replicationGroup)Sets the value of the ReplicationGroup property for this object.ModifyReplicationGroupResponse.BuilderModifyReplicationGroupResponse.Builder. replicationGroup(ReplicationGroup replicationGroup)Sets the value of the ReplicationGroup property for this object.ModifyReplicationGroupShardConfigurationResponse.BuilderModifyReplicationGroupShardConfigurationResponse.Builder. replicationGroup(ReplicationGroup replicationGroup)Sets the value of the ReplicationGroup property for this object.StartMigrationResponse.BuilderStartMigrationResponse.Builder. replicationGroup(ReplicationGroup replicationGroup)Sets the value of the ReplicationGroup property for this object.TestFailoverResponse.BuilderTestFailoverResponse.Builder. replicationGroup(ReplicationGroup replicationGroup)Sets the value of the ReplicationGroup property for this object.TestMigrationResponse.BuilderTestMigrationResponse.Builder. replicationGroup(ReplicationGroup replicationGroup)Sets the value of the ReplicationGroup property for this object.DescribeReplicationGroupsResponse.BuilderDescribeReplicationGroupsResponse.Builder. replicationGroups(ReplicationGroup... replicationGroups)A list of replication groups.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type ReplicationGroup Modifier and Type Method Description DescribeReplicationGroupsResponse.BuilderDescribeReplicationGroupsResponse.Builder. replicationGroups(Collection<ReplicationGroup> replicationGroups)A list of replication groups. -
Uses of ReplicationGroup in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type ReplicationGroup Modifier and Type Method Description SdkIterable<ReplicationGroup>DescribeReplicationGroupsIterable. replicationGroups()Returns an iterable to iterate through the paginatedDescribeReplicationGroupsResponse.replicationGroups()member.SdkPublisher<ReplicationGroup>DescribeReplicationGroupsPublisher. replicationGroups()Returns a publisher that can be used to get a stream of data.
-