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

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

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

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

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

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

Methods in org.jclouds.ultradns.ws.features that return types with arguments of type TrafficControllerPool
 com.google.common.collect.FluentIterable<TrafficControllerPool> TrafficControllerPoolApi.list()
          Returns all traffic controller pools in the zone.
 

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

Methods in org.jclouds.ultradns.ws.predicates that return types with arguments of type TrafficControllerPool
static com.google.common.base.Predicate<TrafficControllerPool> TrafficControllerPoolPredicates.idEqualTo(String id)
           
 

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

Methods in org.jclouds.ultradns.ws.xml that return TrafficControllerPool
 TrafficControllerPool TrafficControllerPoolHandler.getResult()
           
 

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



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