Uses of Class
org.jclouds.cloudstack.domain.AsyncJob

Packages that use AsyncJob
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.functions   
 

Uses of AsyncJob in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return AsyncJob
 AsyncJob AsyncJob.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type AsyncJob
 T AsyncJob.Builder.fromAsyncJob(AsyncJob<S> in)
           
static AsyncJob.Builder<?,Object> AsyncJob.Builder.fromAsyncJobUntyped(AsyncJob<?> in)
           
 

Uses of AsyncJob in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return AsyncJob
<T> AsyncJob<T>
AsyncJobApi.getAsyncJob(String id)
          get a specific asyncJob by id
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type AsyncJob
 Set<AsyncJob<?>> AsyncJobApi.listAsyncJobs(ListAsyncJobsOptions... options)
          Lists asyncJobs
 

Uses of AsyncJob in org.jclouds.cloudstack.functions
 

Methods in org.jclouds.cloudstack.functions that return AsyncJob
 AsyncJob<?> ParseTypedAsyncJob.apply(AsyncJob<Map<String,org.jclouds.domain.JsonBall>> toParse)
           
 AsyncJob<?> ParseAsyncJobFromHttpResponse.apply(org.jclouds.http.HttpResponse response)
           
 

Methods in org.jclouds.cloudstack.functions that return types with arguments of type AsyncJob
 Set<AsyncJob<?>> ParseAsyncJobsFromHttpResponse.apply(org.jclouds.http.HttpResponse response)
           
 

Methods in org.jclouds.cloudstack.functions with parameters of type AsyncJob
 AsyncJob<?> ParseTypedAsyncJob.apply(AsyncJob<Map<String,org.jclouds.domain.JsonBall>> toParse)
           
 

Constructor parameters in org.jclouds.cloudstack.functions with type arguments of type AsyncJob
ParseAsyncJobFromHttpResponse(ParseTypedAsyncJob parseTyped, org.jclouds.http.functions.UnwrapOnlyJsonValue<AsyncJob<Map<String,org.jclouds.domain.JsonBall>>> parser)
           
 



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