Uses of Class
org.jclouds.cloudstack.domain.AsyncJob
Packages that use AsyncJob
Package
Description
-
Uses of AsyncJob in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return AsyncJobMethods in org.jclouds.cloudstack.domain with parameters of type AsyncJobModifier and TypeMethodDescriptionAsyncJob.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 AsyncJobModifier and TypeMethodDescription<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 AsyncJobModifier and TypeMethodDescriptionAsyncJobApi.listAsyncJobs
(ListAsyncJobsOptions... options) Lists asyncJobs -
Uses of AsyncJob in org.jclouds.cloudstack.functions
Methods in org.jclouds.cloudstack.functions that return AsyncJobModifier and TypeMethodDescriptionAsyncJob
<?> ParseAsyncJobFromHttpResponse.apply
(HttpResponse response) AsyncJob
<?> Methods in org.jclouds.cloudstack.functions that return types with arguments of type AsyncJobMethods in org.jclouds.cloudstack.functions with parameters of type AsyncJobConstructor parameters in org.jclouds.cloudstack.functions with type arguments of type AsyncJobModifierConstructorDescriptionParseAsyncJobFromHttpResponse
(ParseTypedAsyncJob parseTyped, UnwrapOnlyJsonValue<AsyncJob<Map<String, JsonBall>>> parser)