| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model | |
| software.amazon.awssdk.services.elasticache.paginators |
| Modifier and Type | Method and Description |
|---|---|
GlobalReplicationGroup |
DeleteGlobalReplicationGroupResponse.globalReplicationGroup()
Returns the value of the GlobalReplicationGroup property for this object.
|
GlobalReplicationGroup |
ModifyGlobalReplicationGroupResponse.globalReplicationGroup()
Returns the value of the GlobalReplicationGroup property for this object.
|
GlobalReplicationGroup |
RebalanceSlotsInGlobalReplicationGroupResponse.globalReplicationGroup()
Returns the value of the GlobalReplicationGroup property for this object.
|
GlobalReplicationGroup |
IncreaseNodeGroupsInGlobalReplicationGroupResponse.globalReplicationGroup()
Returns the value of the GlobalReplicationGroup property for this object.
|
GlobalReplicationGroup |
DecreaseNodeGroupsInGlobalReplicationGroupResponse.globalReplicationGroup()
Returns the value of the GlobalReplicationGroup property for this object.
|
GlobalReplicationGroup |
DisassociateGlobalReplicationGroupResponse.globalReplicationGroup()
Returns the value of the GlobalReplicationGroup property for this object.
|
GlobalReplicationGroup |
CreateGlobalReplicationGroupResponse.globalReplicationGroup()
Returns the value of the GlobalReplicationGroup property for this object.
|
GlobalReplicationGroup |
FailoverGlobalReplicationGroupResponse.globalReplicationGroup()
Returns the value of the GlobalReplicationGroup property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<GlobalReplicationGroup> |
DescribeGlobalReplicationGroupsResponse.globalReplicationGroups()
Indicates the slot configuration and global identifier for each slice group.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteGlobalReplicationGroupResponse.Builder |
DeleteGlobalReplicationGroupResponse.Builder.globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)
Sets the value of the GlobalReplicationGroup property for this object.
|
ModifyGlobalReplicationGroupResponse.Builder |
ModifyGlobalReplicationGroupResponse.Builder.globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)
Sets the value of the GlobalReplicationGroup property for this object.
|
RebalanceSlotsInGlobalReplicationGroupResponse.Builder |
RebalanceSlotsInGlobalReplicationGroupResponse.Builder.globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)
Sets the value of the GlobalReplicationGroup property for this object.
|
IncreaseNodeGroupsInGlobalReplicationGroupResponse.Builder |
IncreaseNodeGroupsInGlobalReplicationGroupResponse.Builder.globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)
Sets the value of the GlobalReplicationGroup property for this object.
|
DecreaseNodeGroupsInGlobalReplicationGroupResponse.Builder |
DecreaseNodeGroupsInGlobalReplicationGroupResponse.Builder.globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)
Sets the value of the GlobalReplicationGroup property for this object.
|
DisassociateGlobalReplicationGroupResponse.Builder |
DisassociateGlobalReplicationGroupResponse.Builder.globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)
Sets the value of the GlobalReplicationGroup property for this object.
|
CreateGlobalReplicationGroupResponse.Builder |
CreateGlobalReplicationGroupResponse.Builder.globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)
Sets the value of the GlobalReplicationGroup property for this object.
|
FailoverGlobalReplicationGroupResponse.Builder |
FailoverGlobalReplicationGroupResponse.Builder.globalReplicationGroup(GlobalReplicationGroup globalReplicationGroup)
Sets the value of the GlobalReplicationGroup property for this object.
|
DescribeGlobalReplicationGroupsResponse.Builder |
DescribeGlobalReplicationGroupsResponse.Builder.globalReplicationGroups(GlobalReplicationGroup... globalReplicationGroups)
Indicates the slot configuration and global identifier for each slice group.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalReplicationGroupsResponse.Builder |
DescribeGlobalReplicationGroupsResponse.Builder.globalReplicationGroups(Collection<GlobalReplicationGroup> globalReplicationGroups)
Indicates the slot configuration and global identifier for each slice group.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<GlobalReplicationGroup> |
DescribeGlobalReplicationGroupsPublisher.globalReplicationGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<GlobalReplicationGroup> |
DescribeGlobalReplicationGroupsIterable.globalReplicationGroups()
Returns an iterable to iterate through the paginated
DescribeGlobalReplicationGroupsResponse.globalReplicationGroups() member. |
Copyright © 2023. All rights reserved.