Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalTableWitnessDescription
-
Packages that use GlobalTableWitnessDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of GlobalTableWitnessDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalTableWitnessDescription Modifier and Type Method Description List<GlobalTableWitnessDescription>TableDescription. globalTableWitnesses()The witness Region and its current status in the MRSC global table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalTableWitnessDescription Modifier and Type Method Description TableDescription.BuilderTableDescription.Builder. globalTableWitnesses(GlobalTableWitnessDescription... globalTableWitnesses)The witness Region and its current status in the MRSC global table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type GlobalTableWitnessDescription Modifier and Type Method Description TableDescription.BuilderTableDescription.Builder. globalTableWitnesses(Collection<GlobalTableWitnessDescription> globalTableWitnesses)The witness Region and its current status in the MRSC global table.
-