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

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

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

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

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

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

Methods in org.jclouds.ultradns.ws.features that return Task
 Task TaskApi.get(String name)
           
 

Methods in org.jclouds.ultradns.ws.features that return types with arguments of type Task
 com.google.common.collect.FluentIterable<Task> TaskApi.list()
          Lists all tasks.
 

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

Methods in org.jclouds.ultradns.ws.xml that return Task
 Task TaskHandler.getResult()
           
 

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



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