| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
BundleTask |
CancelBundleTaskResponse.bundleTask()
Information about the bundle task.
|
BundleTask |
BundleInstanceResponse.bundleTask()
Information about the bundle task.
|
| Modifier and Type | Method and Description |
|---|---|
List<BundleTask> |
DescribeBundleTasksResponse.bundleTasks()
Information about one or more bundle tasks.
|
| Modifier and Type | Method and Description |
|---|---|
CancelBundleTaskResponse.Builder |
CancelBundleTaskResponse.Builder.bundleTask(BundleTask bundleTask)
Information about the bundle task.
|
BundleInstanceResponse.Builder |
BundleInstanceResponse.Builder.bundleTask(BundleTask bundleTask)
Information about the bundle task.
|
DescribeBundleTasksResponse.Builder |
DescribeBundleTasksResponse.Builder.bundleTasks(BundleTask... bundleTasks)
Information about one or more bundle tasks.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBundleTasksResponse.Builder |
DescribeBundleTasksResponse.Builder.bundleTasks(Collection<BundleTask> bundleTasks)
Information about one or more bundle tasks.
|
Copyright © 2019. All rights reserved.