| Package | Description |
|---|---|
| org.jclouds.route53.domain | |
| org.jclouds.route53.features |
| Modifier and Type | Method and Description |
|---|---|
ChangeBatch |
ChangeBatch.Builder.build() |
static ChangeBatch |
ChangeBatch.createAll(Iterable<RecordSet> toCreate) |
static ChangeBatch |
ChangeBatch.deleteAll(Iterable<RecordSet> toDelete) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Change> |
RecordSetAsyncApi.apply(ChangeBatch changes) |
Change |
RecordSetApi.apply(ChangeBatch changes)
applies a batch of changes atomically.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.