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 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 Modifier and Type Method Description Change
ResourceRecordSetApi. apply(ChangeBatch changes)
applies a batch of changes atomically.
-