Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalTableWitnessGroupUpdate
Packages that use GlobalTableWitnessGroupUpdate
-
Uses of GlobalTableWitnessGroupUpdate in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalTableWitnessGroupUpdateModifier and TypeMethodDescriptionUpdateTableRequest.globalTableWitnessUpdates()A list of witness updates for a MRSC global table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalTableWitnessGroupUpdateModifier and TypeMethodDescriptionUpdateTableRequest.Builder.globalTableWitnessUpdates(GlobalTableWitnessGroupUpdate... globalTableWitnessUpdates) A list of witness updates for a MRSC global table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type GlobalTableWitnessGroupUpdateModifier and TypeMethodDescriptionUpdateTableRequest.Builder.globalTableWitnessUpdates(Collection<GlobalTableWitnessGroupUpdate> globalTableWitnessUpdates) A list of witness updates for a MRSC global table.