Uses of Class
org.jclouds.ultradns.ws.domain.Zone

Packages that use Zone
org.jclouds.ultradns.ws.domain   
org.jclouds.ultradns.ws.features   
org.jclouds.ultradns.ws.predicates   
org.jclouds.ultradns.ws.xml   
 

Uses of Zone in org.jclouds.ultradns.ws.domain
 

Methods in org.jclouds.ultradns.ws.domain that return Zone
 Zone Zone.Builder.build()
           
 

Methods in org.jclouds.ultradns.ws.domain with parameters of type Zone
 Zone.Builder Zone.Builder.from(Zone in)
           
 

Uses of Zone in org.jclouds.ultradns.ws.features
 

Methods in org.jclouds.ultradns.ws.features that return types with arguments of type Zone
 com.google.common.collect.FluentIterable<Zone> ZoneApi.listByAccount(String accountId)
          Lists all zones in the specified account.
 com.google.common.collect.FluentIterable<Zone> ZoneApi.listByAccountAndType(String accountId, Zone.Type type)
          Lists all zones in the specified account of type
 

Uses of Zone in org.jclouds.ultradns.ws.predicates
 

Methods in org.jclouds.ultradns.ws.predicates that return types with arguments of type Zone
static com.google.common.base.Predicate<Zone> ZonePredicates.typeEqualTo(Zone.Type type)
           
 

Uses of Zone in org.jclouds.ultradns.ws.xml
 

Methods in org.jclouds.ultradns.ws.xml that return Zone
 Zone ZoneHandler.getResult()
           
 

Methods in org.jclouds.ultradns.ws.xml that return types with arguments of type Zone
 com.google.common.collect.FluentIterable<Zone> ZoneListHandler.getResult()
           
 



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