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

Packages that use RoundRobinPool
org.jclouds.ultradns.ws.domain   
org.jclouds.ultradns.ws.features   
org.jclouds.ultradns.ws.xml   
 

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

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

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

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

Methods in org.jclouds.ultradns.ws.features that return types with arguments of type RoundRobinPool
 com.google.common.collect.FluentIterable<RoundRobinPool> RoundRobinPoolApi.list()
          Returns all round robin pools in the zone.
 

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

Methods in org.jclouds.ultradns.ws.xml that return RoundRobinPool
 RoundRobinPool RoundRobinPoolHandler.getResult()
           
 

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



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