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.BuilderDescribeGlobalTableSettingsResponse.Builder. replicaSettings(ReplicaSettingsDescription... replicaSettings)The Region-specific settings for the global table.UpdateGlobalTableSettingsResponse.BuilderUpdateGlobalTableSettingsResponse.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.BuilderDescribeGlobalTableSettingsResponse.Builder. replicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)The Region-specific settings for the global table.UpdateGlobalTableSettingsResponse.BuilderUpdateGlobalTableSettingsResponse.Builder. replicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)The Region-specific settings for the global table.
-