Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private BundleTask |
CancelBundleTaskResult.bundleTask
Information about the bundle task.
|
private BundleTask |
BundleInstanceResult.bundleTask
Information about the bundle task.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<BundleTask> |
DescribeBundleTasksResult.bundleTasks
Information about one or more bundle tasks.
|
Modifier and Type | Method and Description |
---|---|
BundleTask |
BundleTask.clone() |
BundleTask |
CancelBundleTaskResult.getBundleTask()
Information about the bundle task.
|
BundleTask |
BundleInstanceResult.getBundleTask()
Information about the bundle task.
|
BundleTask |
BundleTask.withBundleId(java.lang.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(java.lang.String instanceId)
The ID of the instance associated with this bundle task.
|
BundleTask |
BundleTask.withProgress(java.lang.String progress)
The level of task completion, as a percent (for example, 20%).
|
BundleTask |
BundleTask.withStartTime(java.util.Date startTime)
The time this task started.
|
BundleTask |
BundleTask.withState(BundleTaskState state)
The state of the task.
|
BundleTask |
BundleTask.withState(java.lang.String state)
The state of the task.
|
BundleTask |
BundleTask.withStorage(Storage storage)
The Amazon S3 storage locations.
|
BundleTask |
BundleTask.withUpdateTime(java.util.Date updateTime)
The time of the most recent update for the task.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BundleTask> |
DescribeBundleTasksResult.getBundleTasks()
Information about one or more bundle tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
CancelBundleTaskResult.setBundleTask(BundleTask bundleTask)
Information about the bundle task.
|
void |
BundleInstanceResult.setBundleTask(BundleTask bundleTask)
Information about the bundle task.
|
CancelBundleTaskResult |
CancelBundleTaskResult.withBundleTask(BundleTask bundleTask)
Information about 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeBundleTasksResult.setBundleTasks(java.util.Collection<BundleTask> bundleTasks)
Information about one or more bundle tasks.
|
DescribeBundleTasksResult |
DescribeBundleTasksResult.withBundleTasks(java.util.Collection<BundleTask> bundleTasks)
Information about one or more bundle tasks.
|
Modifier and Type | Method and Description |
---|---|
BundleTask |
BundleTaskStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |