| Package | Description |
|---|---|
| org.jclouds.route53.domain | |
| org.jclouds.route53.features | |
| org.jclouds.route53.functions | |
| org.jclouds.route53.predicates | |
| org.jclouds.route53.xml |
| Modifier and Type | Class and Description |
|---|---|
static class |
RecordSet.RecordSubset
A portion of a RRs who share the same name and type
|
static class |
RecordSet.RecordSubset.Latency |
static class |
RecordSet.RecordSubset.Weighted |
| Modifier and Type | Method and Description |
|---|---|
RecordSet |
RecordSet.Builder.build() |
RecordSet |
ChangeBatch.ActionOnResourceRecordSet.getRRS() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<RecordSet> |
RecordSetIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
RecordSetIterable.Builder |
RecordSetIterable.Builder.add(RecordSet item) |
ChangeBatch.Builder |
ChangeBatch.Builder.create(RecordSet rrs) |
ChangeBatch.Builder |
ChangeBatch.Builder.delete(RecordSet rrs) |
RecordSet.Builder |
RecordSet.Builder.from(RecordSet in) |
| Modifier and Type | Method and Description |
|---|---|
RecordSetIterable.Builder |
RecordSetIterable.Builder.addAll(Iterable<RecordSet> items) |
static ChangeBatch |
ChangeBatch.createAll(Iterable<RecordSet> toCreate) |
ChangeBatch.Builder |
ChangeBatch.Builder.createAll(Iterable<RecordSet> toCreate) |
static ChangeBatch |
ChangeBatch.deleteAll(Iterable<RecordSet> toDelete) |
ChangeBatch.Builder |
ChangeBatch.Builder.deleteAll(Iterable<RecordSet> toDelete) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<PagedIterable<RecordSet>> |
RecordSetAsyncApi.list() |
PagedIterable<RecordSet> |
RecordSetApi.list()
returns all resource record sets in order.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Change> |
RecordSetAsyncApi.create(RecordSet rrs) |
Change |
RecordSetApi.create(RecordSet rrs)
schedules creation of the resource record set.
|
com.google.common.util.concurrent.ListenableFuture<Change> |
RecordSetAsyncApi.delete(RecordSet rrs) |
Change |
RecordSetApi.delete(RecordSet rrs)
This action deletes a resource record set.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<RecordSet>> |
RecordSetIterableToPagedIterable.markerToNextForCallingArg0(String zoneId) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<RecordSet> |
RecordSetPredicates.typeEquals(RecordSet.Type type)
matches zones of the given type
|
| Modifier and Type | Method and Description |
|---|---|
RecordSet |
ResourceRecordSetHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.