Uses of Enum
software.amazon.awssdk.services.dynamodb.model.MultiRegionConsistency
Packages that use MultiRegionConsistency
-
Uses of MultiRegionConsistency in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return MultiRegionConsistencyModifier and TypeMethodDescriptionstatic MultiRegionConsistencyUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MultiRegionConsistencyTableDescription.multiRegionConsistency()Indicates one of the following consistency modes for a global table:final MultiRegionConsistencyUpdateTableRequest.multiRegionConsistency()Specifies the consistency mode for a new global table.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.awssdk.services.dynamodb.model that return types with arguments of type MultiRegionConsistencyModifier and TypeMethodDescriptionstatic Set<MultiRegionConsistency>MultiRegionConsistency.knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type MultiRegionConsistencyModifier and TypeMethodDescriptionTableDescription.Builder.multiRegionConsistency(MultiRegionConsistency multiRegionConsistency) Indicates one of the following consistency modes for a global table:UpdateTableRequest.Builder.multiRegionConsistency(MultiRegionConsistency multiRegionConsistency) Specifies the consistency mode for a new global table.