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 MultiRegionConsistencyTablePropsV2.getMultiRegionConsistency()Specifies the consistency mode for a new global table.final MultiRegionConsistencyTablePropsV2.Jsii$Proxy.getMultiRegionConsistency()static MultiRegionConsistencyReturns 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.