|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BundleTask | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of BundleTask in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return BundleTask | |
---|---|
BundleTask |
CancelBundleTaskResult.getBundleTask()
The bundle task. |
BundleTask |
BundleInstanceResult.getBundleTask()
Information about the bundle task. |
BundleTask |
BundleTask.withBundleId(String bundleId)
The ID for this 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 | |
---|---|
List<BundleTask> |
DescribeBundleTasksResult.getBundleTasks()
Information about one or more bundle tasks. |
Methods in com.amazonaws.services.ec2.model with parameters of type BundleTask | |
---|---|
void |
CancelBundleTaskResult.setBundleTask(BundleTask bundleTask)
The bundle task. |
void |
BundleInstanceResult.setBundleTask(BundleTask bundleTask)
Information about the bundle task. |
CancelBundleTaskResult |
CancelBundleTaskResult.withBundleTask(BundleTask bundleTask)
The bundle task. |
BundleInstanceResult |
BundleInstanceResult.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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |