Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalTableSettingsReplicationMode
-
Packages that use GlobalTableSettingsReplicationMode Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of GlobalTableSettingsReplicationMode in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalTableSettingsReplicationMode Modifier and Type Method Description static GlobalTableSettingsReplicationModeGlobalTableSettingsReplicationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GlobalTableSettingsReplicationModeCreateTableRequest. globalTableSettingsReplicationMode()Controls the settings synchronization mode for the global table.GlobalTableSettingsReplicationModeReplicaDescription. globalTableSettingsReplicationMode()Indicates one of the settings synchronization modes for the global table replica:GlobalTableSettingsReplicationModeTableDescription. globalTableSettingsReplicationMode()Indicates one of the settings synchronization modes for the global table:GlobalTableSettingsReplicationModeUpdateTableRequest. globalTableSettingsReplicationMode()Controls the settings replication mode for a global table replica.static GlobalTableSettingsReplicationModeGlobalTableSettingsReplicationMode. valueOf(String name)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 GlobalTableSettingsReplicationMode Modifier and Type Method Description static Set<GlobalTableSettingsReplicationMode>GlobalTableSettingsReplicationMode. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalTableSettingsReplicationMode Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. globalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode globalTableSettingsReplicationMode)Controls the settings synchronization mode for the global table.ReplicaDescription.BuilderReplicaDescription.Builder. globalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode globalTableSettingsReplicationMode)Indicates one of the settings synchronization modes for the global table replica:TableDescription.BuilderTableDescription.Builder. globalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode globalTableSettingsReplicationMode)Indicates one of the settings synchronization modes for the global table:UpdateTableRequest.BuilderUpdateTableRequest.Builder. globalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode globalTableSettingsReplicationMode)Controls the settings replication mode for a global table replica.
-