Uses of Class
org.jclouds.route53.domain.HostedZone
- 
Packages that use HostedZone Package Description org.jclouds.route53.domain org.jclouds.route53.features org.jclouds.route53.functions org.jclouds.route53.predicates org.jclouds.route53.xml  - 
- 
Uses of HostedZone in org.jclouds.route53.domain
Methods in org.jclouds.route53.domain that return HostedZone Modifier and Type Method Description HostedZoneHostedZone.Builder. build()HostedZoneHostedZoneAndNameServers. getZone()the hosted zoneHostedZoneNewHostedZone. getZone()Methods in org.jclouds.route53.domain with parameters of type HostedZone Modifier and Type Method Description static HostedZoneAndNameServersHostedZoneAndNameServers. create(HostedZone zone, Iterable<String> nameServers)HostedZone.BuilderHostedZone.Builder. from(HostedZone in) - 
Uses of HostedZone in org.jclouds.route53.features
Methods in org.jclouds.route53.features that return types with arguments of type HostedZone Modifier and Type Method Description PagedIterable<HostedZone>HostedZoneApi. list()returns all zones in order.IterableWithMarker<HostedZone>HostedZoneApi. listAt(String nextMarker)retrieves up to 100 zones in order, starting atnextMarkerIterableWithMarker<HostedZone>HostedZoneApi. listFirstPage()retrieves up to 100 zones in order. - 
Uses of HostedZone in org.jclouds.route53.functions
Methods in org.jclouds.route53.functions that return types with arguments of type HostedZone Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<HostedZone>>HostedZonesToPagedIterable. markerToNextForCallingArg0(String ignored) - 
Uses of HostedZone in org.jclouds.route53.predicates
Methods in org.jclouds.route53.predicates that return types with arguments of type HostedZone Modifier and Type Method Description static com.google.common.base.Predicate<HostedZone>HostedZonePredicates. nameEquals(String name)matches zones of the given name - 
Uses of HostedZone in org.jclouds.route53.xml
Methods in org.jclouds.route53.xml that return HostedZone Modifier and Type Method Description HostedZoneHostedZoneHandler. getResult()Methods in org.jclouds.route53.xml that return types with arguments of type HostedZone Modifier and Type Method Description IterableWithMarker<HostedZone>ListHostedZonesResponseHandler. getResult() 
 -