| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
List<ReplicaSettingsDescription> |
DescribeGlobalTableSettingsResponse.replicaSettings()
The region specific settings for the global table.
|
List<ReplicaSettingsDescription> |
UpdateGlobalTableSettingsResponse.replicaSettings()
The region specific settings for the global table.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalTableSettingsResponse.Builder |
DescribeGlobalTableSettingsResponse.Builder.replicaSettings(ReplicaSettingsDescription... replicaSettings)
The region specific settings for the global table.
|
UpdateGlobalTableSettingsResponse.Builder |
UpdateGlobalTableSettingsResponse.Builder.replicaSettings(ReplicaSettingsDescription... replicaSettings)
The region specific settings for the global table.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalTableSettingsResponse.Builder |
DescribeGlobalTableSettingsResponse.Builder.replicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The region specific settings for the global table.
|
UpdateGlobalTableSettingsResponse.Builder |
UpdateGlobalTableSettingsResponse.Builder.replicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The region specific settings for the global table.
|
Copyright © 2019. All rights reserved.