Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
BundleTask |
BundleInstanceResult.getBundleTask()
Information about the bundle task.
|
BundleTask |
CancelBundleTaskResult.getBundleTask()
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.
|
Modifier and Type | Method and Description |
---|---|
List<BundleTask> |
DescribeBundleTasksResult.getBundleTasks()
Information about one or more bundle tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
BundleInstanceResult.setBundleTask(BundleTask bundleTask)
Information about the bundle task.
|
void |
CancelBundleTaskResult.setBundleTask(BundleTask bundleTask)
The bundle task.
|
BundleInstanceResult |
BundleInstanceResult.withBundleTask(BundleTask bundleTask)
Information about the bundle task.
|
CancelBundleTaskResult |
CancelBundleTaskResult.withBundleTask(BundleTask bundleTask)
The bundle task.
|
DescribeBundleTasksResult |
DescribeBundleTasksResult.withBundleTasks(BundleTask... bundleTasks)
Information about one or more bundle tasks.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.