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