public interface AsyncJobClient
AsyncJobAsyncClient
,
Modifier and Type | Method and Description |
---|---|
<T> AsyncJob<T> |
getAsyncJob(String 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.Copyright © 2009-2013 jclouds. All Rights Reserved.