Uses of Class
com.amazonaws.services.ec2.model.ImportSnapshotTask
-
Packages that use ImportSnapshotTask Package Description com.amazonaws.services.ec2.model -
-
Uses of ImportSnapshotTask in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImportSnapshotTask Modifier and Type Method 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.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ImportSnapshotTask Modifier and Type Method 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.Methods in com.amazonaws.services.ec2.model with parameters of type ImportSnapshotTask Modifier and Type Method 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.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ImportSnapshotTask Modifier and Type Method 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.
-