public interface AsyncJobClient
AsyncJobAsyncClient,
| Modifier and Type | Method and Description |
|---|---|
<T> AsyncJob<T> |
getAsyncJob(long id)
get a specific asyncJob by id
|
Set<AsyncJob<?>> |
listAsyncJobs(ListAsyncJobsOptions... options)
Lists asyncJobs
|
Set<AsyncJob<?>> listAsyncJobs(ListAsyncJobsOptions... options)
options - if present, how to constrain the list.<T> AsyncJob<T> getAsyncJob(long id)
id - asyncJob to getCopyright © 2009-2012 jclouds. All Rights Reserved.