| 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 | 
|---|---|
HostedZone | 
HostedZone.Builder.build()  | 
HostedZone | 
NewHostedZone.getZone()  | 
HostedZone | 
HostedZoneAndNameServers.getZone()
the hosted zone 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static HostedZoneAndNameServers | 
HostedZoneAndNameServers.create(HostedZone zone,
      Iterable<String> nameServers)  | 
HostedZone.Builder | 
HostedZone.Builder.from(HostedZone in)  | 
| Modifier and Type | Method and Description | 
|---|---|
PagedIterable<HostedZone> | 
HostedZoneApi.list()
returns all zones in order. 
 | 
IterableWithMarker<HostedZone> | 
HostedZoneApi.listAt(String nextMarker)
retrieves up to 100 zones in order, starting at  
nextMarker | 
IterableWithMarker<HostedZone> | 
HostedZoneApi.listFirstPage()
retrieves up to 100 zones in order. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<HostedZone>> | 
HostedZonesToPagedIterable.markerToNextForCallingArg0(String ignored)  | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.common.base.Predicate<HostedZone> | 
HostedZonePredicates.nameEquals(String name)
matches zones of the given name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HostedZone | 
HostedZoneHandler.getResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
IterableWithMarker<HostedZone> | 
ListHostedZonesResponseHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.