Uses of Class
org.jclouds.cloudstack.domain.AsyncJob
-
Packages that use AsyncJob Package Description 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 Modifier and Type Method Description AsyncJob
AsyncJob.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type AsyncJob Modifier and Type Method Description 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 Modifier and Type Method Description <T> AsyncJob<T>
AsyncJobApi. getAsyncJob(String id)
get a specific asyncJob by idMethods in org.jclouds.cloudstack.features that return types with arguments of type AsyncJob Modifier and Type Method Description 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 Modifier and Type Method Description AsyncJob<?>
ParseAsyncJobFromHttpResponse. apply(HttpResponse response)
AsyncJob<?>
ParseTypedAsyncJob. apply(AsyncJob<Map<String,JsonBall>> toParse)
Methods in org.jclouds.cloudstack.functions that return types with arguments of type AsyncJob Modifier and Type Method Description Set<AsyncJob<?>>
ParseAsyncJobsFromHttpResponse. apply(HttpResponse response)
Methods in org.jclouds.cloudstack.functions with parameters of type AsyncJob Modifier and Type Method Description AsyncJob<?>
ParseTypedAsyncJob. apply(AsyncJob<Map<String,JsonBall>> toParse)
Constructor parameters in org.jclouds.cloudstack.functions with type arguments of type AsyncJob Constructor Description ParseAsyncJobFromHttpResponse(ParseTypedAsyncJob parseTyped, UnwrapOnlyJsonValue<AsyncJob<Map<String,JsonBall>>> parser)
-