Uses of Class
org.jclouds.cloudstack.domain.AsyncJobError
-
Packages that use AsyncJobError Package Description org.jclouds.cloudstack.domain -
-
Uses of AsyncJobError in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as AsyncJobError Modifier and Type Field Description protected AsyncJobError
AsyncJob.Builder. error
Methods in org.jclouds.cloudstack.domain that return AsyncJobError Modifier and Type Method Description AsyncJobError
AsyncJobError.Builder. build()
AsyncJobError
AsyncJob. getError()
Methods in org.jclouds.cloudstack.domain with parameters of type AsyncJobError Modifier and Type Method Description T
AsyncJob.Builder. error(AsyncJobError error)
T
AsyncJobError.Builder. fromAsyncJobError(AsyncJobError in)
Constructors in org.jclouds.cloudstack.domain with parameters of type AsyncJobError Constructor Description AsyncJob(String accountId, String cmd, Date created, String id, String instanceId, String instanceType, int progress, S result, AsyncJob.ResultCode resultCode, String resultType, AsyncJob.Status status, String userId, AsyncJobError error)
-