Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ImportSnapshotTask |
ImportSnapshotTask.clone() |
ImportSnapshotTask |
ImportSnapshotTask.withDescription(String description)
A description of the import snapshot task.
|
ImportSnapshotTask |
ImportSnapshotTask.withImportTaskId(String importTaskId)
The ID of the import snapshot task.
|
ImportSnapshotTask |
ImportSnapshotTask.withSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Describes an import snapshot task.
|
ImportSnapshotTask |
ImportSnapshotTask.withTags(Collection<Tag> tags)
The tags for the import snapshot task.
|
ImportSnapshotTask |
ImportSnapshotTask.withTags(Tag... tags)
The tags for the import snapshot task.
|
Modifier and Type | Method and Description |
---|---|
List<ImportSnapshotTask> |
DescribeImportSnapshotTasksResult.getImportSnapshotTasks()
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the
previous 7 days.
|
Modifier and Type | Method and Description |
---|---|
DescribeImportSnapshotTasksResult |
DescribeImportSnapshotTasksResult.withImportSnapshotTasks(ImportSnapshotTask... importSnapshotTasks)
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the
previous 7 days.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeImportSnapshotTasksResult.setImportSnapshotTasks(Collection<ImportSnapshotTask> importSnapshotTasks)
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the
previous 7 days.
|
DescribeImportSnapshotTasksResult |
DescribeImportSnapshotTasksResult.withImportSnapshotTasks(Collection<ImportSnapshotTask> importSnapshotTasks)
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the
previous 7 days.
|
Copyright © 2023. All rights reserved.