| Package | Description | 
|---|---|
| org.jclouds.cloudstack.domain | |
| org.jclouds.cloudstack.features | |
| org.jclouds.cloudstack.functions | 
| Modifier and Type | Method and Description | 
|---|---|
AsyncJob | 
AsyncJob.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
AsyncJob.Builder.fromAsyncJob(AsyncJob<S> in)  | 
static AsyncJob.Builder<?,Object> | 
AsyncJob.Builder.fromAsyncJobUntyped(AsyncJob in)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> AsyncJob<T> | 
AsyncJobClient.getAsyncJob(String id)
get a specific asyncJob by id 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> com.google.common.util.concurrent.ListenableFuture<AsyncJob<T>> | 
AsyncJobAsyncClient.getAsyncJob(String id)  | 
Set<AsyncJob<?>> | 
AsyncJobClient.listAsyncJobs(ListAsyncJobsOptions... options)
Lists asyncJobs 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<AsyncJob<?>>> | 
AsyncJobAsyncClient.listAsyncJobs(ListAsyncJobsOptions... options)  | 
| Modifier and Type | Method and Description | 
|---|---|
AsyncJob<?> | 
ParseTypedAsyncJob.apply(AsyncJob<Map<String,JsonBall>> toParse)  | 
AsyncJob<?> | 
ParseAsyncJobFromHttpResponse.apply(HttpResponse response)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<AsyncJob<?>> | 
ParseAsyncJobsFromHttpResponse.apply(HttpResponse response)  | 
| Modifier and Type | Method and Description | 
|---|---|
AsyncJob<?> | 
ParseTypedAsyncJob.apply(AsyncJob<Map<String,JsonBall>> toParse)  | 
| Constructor and Description | 
|---|
ParseAsyncJobFromHttpResponse(ParseTypedAsyncJob parseTyped,
                             UnwrapOnlyJsonValue<AsyncJob<Map<String,JsonBall>>> parser)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.