Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaUpdate
Packages that use ReplicaUpdate
-
Uses of ReplicaUpdate in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicaUpdateModifier and TypeMethodDescriptionfinal List<ReplicaUpdate>UpdateGlobalTableRequest.replicaUpdates()A list of Regions that should be added or removed from the global table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReplicaUpdateModifier and TypeMethodDescriptionUpdateGlobalTableRequest.Builder.replicaUpdates(ReplicaUpdate... replicaUpdates) A list of Regions that should be added or removed from the global table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ReplicaUpdateModifier and TypeMethodDescriptionUpdateGlobalTableRequest.Builder.replicaUpdates(Collection<ReplicaUpdate> replicaUpdates) A list of Regions that should be added or removed from the global table.