Uses of Class
org.jclouds.route53.domain.ChangeBatch

Packages that use ChangeBatch
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
 ChangeBatch ChangeBatch.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 ChangeBatch
 Change ResourceRecordSetApi.apply(ChangeBatch changes)
          applies a batch of changes atomically.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.