Uses of Enum
software.amazon.awssdk.services.dynamodb.model.GlobalTableSettingsReplicationMode
Packages that use GlobalTableSettingsReplicationMode
-
Uses of GlobalTableSettingsReplicationMode in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalTableSettingsReplicationModeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.CreateTableRequest.globalTableSettingsReplicationMode()Controls the settings synchronization mode for the global table.ReplicaDescription.globalTableSettingsReplicationMode()Indicates one of the settings synchronization modes for the global table replica:TableDescription.globalTableSettingsReplicationMode()Indicates one of the settings synchronization modes for the global table:UpdateTableRequest.globalTableSettingsReplicationMode()Controls the settings replication mode for a global table replica.Returns the enum constant of this type with the specified name.static GlobalTableSettingsReplicationMode[]GlobalTableSettingsReplicationMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalTableSettingsReplicationModeMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalTableSettingsReplicationModeModifier and TypeMethodDescriptionCreateTableRequest.Builder.globalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode globalTableSettingsReplicationMode) Controls the settings synchronization mode for the global table.ReplicaDescription.Builder.globalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode globalTableSettingsReplicationMode) Indicates one of the settings synchronization modes for the global table replica:TableDescription.Builder.globalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode globalTableSettingsReplicationMode) Indicates one of the settings synchronization modes for the global table:UpdateTableRequest.Builder.globalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode globalTableSettingsReplicationMode) Controls the settings replication mode for a global table replica.