| 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 | Method and Description |
|---|---|
Zone |
Zone.Builder.build() |
Zone |
ZoneAndNameServers.getZone()
the hosted zone
|
Zone |
NewZone.getZone() |
| Modifier and Type | Method and Description |
|---|---|
static ZoneAndNameServers |
ZoneAndNameServers.create(Zone zone,
Iterable<String> nameServers) |
Zone.Builder |
Zone.Builder.from(Zone in) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<PagedIterable<Zone>> |
ZoneAsyncApi.list() |
PagedIterable<Zone> |
ZoneApi.list()
returns all zones in order.
|
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Zone>> |
ZoneAsyncApi.listAt(String nextMarker) |
IterableWithMarker<Zone> |
ZoneApi.listAt(String nextMarker)
retrieves up to 100 zones in order, starting at
nextMarker |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Zone>> |
ZoneAsyncApi.listFirstPage() |
IterableWithMarker<Zone> |
ZoneApi.listFirstPage()
retrieves up to 100 zones in order.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Zone>> |
ZonesToPagedIterable.markerToNextForCallingArg0(String ignored) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Zone> |
ZonePredicates.nameEquals(String name)
matches zones of the given name
|
| Modifier and Type | Method and Description |
|---|---|
Zone |
ZoneHandler.getResult() |
| Modifier and Type | Method and Description |
|---|---|
IterableWithMarker<Zone> |
ListHostedZonesResponseHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.