Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaSettingsDescription
Packages that use ReplicaSettingsDescription
-
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 ReplicaSettingsDescriptionModifier and TypeMethodDescriptionfinal List<ReplicaSettingsDescription>DescribeGlobalTableSettingsResponse.replicaSettings()The Region-specific settings for the global table.final List<ReplicaSettingsDescription>UpdateGlobalTableSettingsResponse.replicaSettings()The Region-specific settings for the global table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReplicaSettingsDescriptionModifier and TypeMethodDescriptionDescribeGlobalTableSettingsResponse.Builder.replicaSettings(ReplicaSettingsDescription... replicaSettings) The Region-specific settings for the global table.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 ReplicaSettingsDescriptionModifier and TypeMethodDescriptionDescribeGlobalTableSettingsResponse.Builder.replicaSettings(Collection<ReplicaSettingsDescription> replicaSettings) The Region-specific settings for the global table.UpdateGlobalTableSettingsResponse.Builder.replicaSettings(Collection<ReplicaSettingsDescription> replicaSettings) The Region-specific settings for the global table.