Uses of Class
software.amazon.awssdk.services.dynamodb.model.MultiRegionConsistency
-
Packages that use MultiRegionConsistency Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of MultiRegionConsistency in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return MultiRegionConsistency Modifier and Type Method Description static MultiRegionConsistency
MultiRegionConsistency. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.MultiRegionConsistency
TableDescription. multiRegionConsistency()
Indicates one of the following consistency modes for a global table:MultiRegionConsistency
UpdateTableRequest. multiRegionConsistency()
Specifies the consistency mode for a new global table.static MultiRegionConsistency
MultiRegionConsistency. valueOf(String name)
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.awssdk.services.dynamodb.model that return types with arguments of type MultiRegionConsistency Modifier and Type Method Description static Set<MultiRegionConsistency>
MultiRegionConsistency. knownValues()
Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type MultiRegionConsistency Modifier and Type Method Description TableDescription.Builder
TableDescription.Builder. multiRegionConsistency(MultiRegionConsistency multiRegionConsistency)
Indicates one of the following consistency modes for a global table:UpdateTableRequest.Builder
UpdateTableRequest.Builder. multiRegionConsistency(MultiRegionConsistency multiRegionConsistency)
Specifies the consistency mode for a new global table.
-