Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaSettingsUpdate
Packages that use ReplicaSettingsUpdate
-
Uses of ReplicaSettingsUpdate in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicaSettingsUpdateModifier and TypeMethodDescriptionfinal List<ReplicaSettingsUpdate>UpdateGlobalTableSettingsRequest.replicaSettingsUpdate()Represents the settings for a global table in a Region that will be modified.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReplicaSettingsUpdateModifier and TypeMethodDescriptionUpdateGlobalTableSettingsRequest.Builder.replicaSettingsUpdate(ReplicaSettingsUpdate... replicaSettingsUpdate) Represents the settings for a global table in a Region that will be modified.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ReplicaSettingsUpdateModifier and TypeMethodDescriptionUpdateGlobalTableSettingsRequest.Builder.replicaSettingsUpdate(Collection<ReplicaSettingsUpdate> replicaSettingsUpdate) Represents the settings for a global table in a Region that will be modified.