Uses of Enum
software.amazon.awscdk.services.dynamodb.GlobalTableSettingsReplicationMode
Packages that use GlobalTableSettingsReplicationMode
-
Uses of GlobalTableSettingsReplicationMode in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return GlobalTableSettingsReplicationModeModifier and TypeMethodDescriptionTablePropsV2.getGlobalTableSettingsReplicationMode()Controls whether table settings are synchronized across replicas.TablePropsV2.Jsii$Proxy.getGlobalTableSettingsReplicationMode()TableV2MultiAccountReplicaProps.getGlobalTableSettingsReplicationMode()Controls whether table settings are synchronized across replicas.TableV2MultiAccountReplicaProps.Jsii$Proxy.getGlobalTableSettingsReplicationMode()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.awscdk.services.dynamodb with parameters of type GlobalTableSettingsReplicationModeModifier and TypeMethodDescriptionTablePropsV2.Builder.globalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode globalTableSettingsReplicationMode) Sets the value ofTablePropsV2.getGlobalTableSettingsReplicationMode()TableV2.Builder.globalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode globalTableSettingsReplicationMode) Controls whether table settings are synchronized across replicas.TableV2MultiAccountReplica.Builder.globalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode globalTableSettingsReplicationMode) Controls whether table settings are synchronized across replicas.TableV2MultiAccountReplicaProps.Builder.globalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode globalTableSettingsReplicationMode) Sets the value ofTableV2MultiAccountReplicaProps.getGlobalTableSettingsReplicationMode()