Uses of Enum
software.amazon.awscdk.services.dynamodb.MultiRegionConsistency
Packages that use MultiRegionConsistency
-
Uses of MultiRegionConsistency in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return MultiRegionConsistencyModifier and TypeMethodDescriptiondefault MultiRegionConsistency
TablePropsV2.getMultiRegionConsistency()
Specifies the consistency mode for a new global table.final MultiRegionConsistency
TablePropsV2.Jsii$Proxy.getMultiRegionConsistency()
static MultiRegionConsistency
Returns the enum constant of this type with the specified name.static MultiRegionConsistency[]
MultiRegionConsistency.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 MultiRegionConsistencyModifier and TypeMethodDescriptionTablePropsV2.Builder.multiRegionConsistency
(MultiRegionConsistency multiRegionConsistency) Sets the value ofTablePropsV2.getMultiRegionConsistency()
TableV2.Builder.multiRegionConsistency
(MultiRegionConsistency multiRegionConsistency) Specifies the consistency mode for a new global table.