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