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

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

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

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

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

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

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

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

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

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

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



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