| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model | |
| software.amazon.awssdk.services.elasticache.paginators |
| Modifier and Type | Method and Description |
|---|---|
ReplicationGroup |
CreateReplicationGroupResponse.replicationGroup()
Returns the value of the ReplicationGroup property for this object.
|
ReplicationGroup |
DeleteReplicationGroupResponse.replicationGroup()
Returns the value of the ReplicationGroup property for this object.
|
ReplicationGroup |
IncreaseReplicaCountResponse.replicationGroup()
Returns the value of the ReplicationGroup property for this object.
|
ReplicationGroup |
DecreaseReplicaCountResponse.replicationGroup()
Returns the value of the ReplicationGroup property for this object.
|
ReplicationGroup |
TestFailoverResponse.replicationGroup()
Returns the value of the ReplicationGroup property for this object.
|
ReplicationGroup |
StartMigrationResponse.replicationGroup()
Returns the value of the ReplicationGroup property for this object.
|
ReplicationGroup |
ModifyReplicationGroupShardConfigurationResponse.replicationGroup()
Returns the value of the ReplicationGroup property for this object.
|
ReplicationGroup |
ModifyReplicationGroupResponse.replicationGroup()
Returns the value of the ReplicationGroup property for this object.
|
ReplicationGroup |
CompleteMigrationResponse.replicationGroup()
Returns the value of the ReplicationGroup property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReplicationGroup> |
DescribeReplicationGroupsResponse.replicationGroups()
A list of replication groups.
|
| Modifier and Type | Method and Description |
|---|---|
CreateReplicationGroupResponse.Builder |
CreateReplicationGroupResponse.Builder.replicationGroup(ReplicationGroup replicationGroup)
Sets the value of the ReplicationGroup property for this object.
|
DeleteReplicationGroupResponse.Builder |
DeleteReplicationGroupResponse.Builder.replicationGroup(ReplicationGroup replicationGroup)
Sets the value of the ReplicationGroup property for this object.
|
IncreaseReplicaCountResponse.Builder |
IncreaseReplicaCountResponse.Builder.replicationGroup(ReplicationGroup replicationGroup)
Sets the value of the ReplicationGroup property for this object.
|
DecreaseReplicaCountResponse.Builder |
DecreaseReplicaCountResponse.Builder.replicationGroup(ReplicationGroup replicationGroup)
Sets the value of the ReplicationGroup property for this object.
|
TestFailoverResponse.Builder |
TestFailoverResponse.Builder.replicationGroup(ReplicationGroup replicationGroup)
Sets the value of the ReplicationGroup property for this object.
|
StartMigrationResponse.Builder |
StartMigrationResponse.Builder.replicationGroup(ReplicationGroup replicationGroup)
Sets the value of the ReplicationGroup property for this object.
|
ModifyReplicationGroupShardConfigurationResponse.Builder |
ModifyReplicationGroupShardConfigurationResponse.Builder.replicationGroup(ReplicationGroup replicationGroup)
Sets the value of the ReplicationGroup property for this object.
|
ModifyReplicationGroupResponse.Builder |
ModifyReplicationGroupResponse.Builder.replicationGroup(ReplicationGroup replicationGroup)
Sets the value of the ReplicationGroup property for this object.
|
CompleteMigrationResponse.Builder |
CompleteMigrationResponse.Builder.replicationGroup(ReplicationGroup replicationGroup)
Sets the value of the ReplicationGroup property for this object.
|
DescribeReplicationGroupsResponse.Builder |
DescribeReplicationGroupsResponse.Builder.replicationGroups(ReplicationGroup... replicationGroups)
A list of replication groups.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicationGroupsResponse.Builder |
DescribeReplicationGroupsResponse.Builder.replicationGroups(Collection<ReplicationGroup> replicationGroups)
A list of replication groups.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ReplicationGroup> |
DescribeReplicationGroupsPublisher.replicationGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ReplicationGroup> |
DescribeReplicationGroupsIterable.replicationGroups()
Returns an iterable to iterate through the paginated
DescribeReplicationGroupsResponse.replicationGroups() member. |
Copyright © 2023. All rights reserved.