Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaSettingsDescription
-
Packages that use ReplicaSettingsDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ReplicaSettingsDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicaSettingsDescription Modifier and Type Method 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.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReplicaSettingsDescription Modifier and Type Method 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.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ReplicaSettingsDescription Modifier and Type Method 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.
-