Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ImportSnapshotTask> |
DescribeImportSnapshotTasksResult.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 |
---|---|
ImportSnapshotTask |
ImportSnapshotTask.clone() |
ImportSnapshotTask |
ImportSnapshotTask.withDescription(java.lang.String description)
A description of the import snapshot task.
|
ImportSnapshotTask |
ImportSnapshotTask.withImportTaskId(java.lang.String importTaskId)
The ID of the import snapshot task.
|
ImportSnapshotTask |
ImportSnapshotTask.withSnapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Describes an import snapshot task.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
ImportSnapshotTask |
ImportSnapshotTaskStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |