Uses of Class
com.amazonaws.services.ec2.model.BundleTask
-
Packages that use BundleTask Package Description com.amazonaws.services.ec2.model -
-
Uses of BundleTask in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return BundleTask Modifier and Type Method Description BundleTask
BundleTask. clone()
BundleTask
BundleInstanceResult. getBundleTask()
Information about the bundle task.BundleTask
CancelBundleTaskResult. getBundleTask()
Information about the bundle task.BundleTask
BundleTask. withBundleId(String bundleId)
The ID of the bundle task.BundleTask
BundleTask. withBundleTaskError(BundleTaskError bundleTaskError)
If the task fails, a description of the error.BundleTask
BundleTask. withInstanceId(String instanceId)
The ID of the instance associated with this bundle task.BundleTask
BundleTask. withProgress(String progress)
The level of task completion, as a percent (for example, 20%).BundleTask
BundleTask. withStartTime(Date startTime)
The time this task started.BundleTask
BundleTask. withState(BundleTaskState state)
The state of the task.BundleTask
BundleTask. withState(String state)
The state of the task.BundleTask
BundleTask. withStorage(Storage storage)
The Amazon S3 storage locations.BundleTask
BundleTask. withUpdateTime(Date updateTime)
The time of the most recent update for the task.Methods in com.amazonaws.services.ec2.model that return types with arguments of type BundleTask Modifier and Type Method Description List<BundleTask>
DescribeBundleTasksResult. getBundleTasks()
Information about one or more bundle tasks.Methods in com.amazonaws.services.ec2.model with parameters of type BundleTask Modifier and Type Method Description void
BundleInstanceResult. setBundleTask(BundleTask bundleTask)
Information about the bundle task.void
CancelBundleTaskResult. setBundleTask(BundleTask bundleTask)
Information about the bundle task.BundleInstanceResult
BundleInstanceResult. withBundleTask(BundleTask bundleTask)
Information about the bundle task.CancelBundleTaskResult
CancelBundleTaskResult. withBundleTask(BundleTask bundleTask)
Information about the bundle task.DescribeBundleTasksResult
DescribeBundleTasksResult. withBundleTasks(BundleTask... bundleTasks)
Information about one or more bundle tasks.Method parameters in com.amazonaws.services.ec2.model with type arguments of type BundleTask Modifier and Type Method Description void
DescribeBundleTasksResult. setBundleTasks(Collection<BundleTask> bundleTasks)
Information about one or more bundle tasks.DescribeBundleTasksResult
DescribeBundleTasksResult. withBundleTasks(Collection<BundleTask> bundleTasks)
Information about one or more bundle tasks.
-