Uses of Class
org.jclouds.route53.domain.HostedZone

Packages that use HostedZone
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
 HostedZone HostedZone.Builder.build()
           
 HostedZone NewHostedZone.getZone()
           
 HostedZone HostedZoneAndNameServers.getZone()
          the hosted zone
 

Methods in org.jclouds.route53.domain with parameters of type HostedZone
static HostedZoneAndNameServers HostedZoneAndNameServers.create(HostedZone zone, Iterable<String> nameServers)
           
 HostedZone.Builder HostedZone.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
 org.jclouds.collect.PagedIterable<HostedZone> HostedZoneApi.list()
          returns all zones in order.
 org.jclouds.collect.IterableWithMarker<HostedZone> HostedZoneApi.listAt(String nextMarker)
          retrieves up to 100 zones in order, starting at nextMarker
 org.jclouds.collect.IterableWithMarker<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
protected  com.google.common.base.Function<Object,org.jclouds.collect.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
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
 HostedZone HostedZoneHandler.getResult()
           
 

Methods in org.jclouds.route53.xml that return types with arguments of type HostedZone
 org.jclouds.collect.IterableWithMarker<HostedZone> ListHostedZonesResponseHandler.getResult()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.