Uses of Class
org.jclouds.route53.domain.ChangeBatch
Packages that use ChangeBatch
-
Uses of ChangeBatch in org.jclouds.route53.domain
Methods in org.jclouds.route53.domain that return ChangeBatchModifier and TypeMethodDescriptionChangeBatch.Builder.build()
static ChangeBatch
ChangeBatch.createAll
(Iterable<ResourceRecordSet> toCreate) static ChangeBatch
ChangeBatch.deleteAll
(Iterable<ResourceRecordSet> toDelete) -
Uses of ChangeBatch in org.jclouds.route53.features
Methods in org.jclouds.route53.features with parameters of type ChangeBatchModifier and TypeMethodDescriptionResourceRecordSetApi.apply
(ChangeBatch changes) applies a batch of changes atomically.