Uses of Class
com.amazonaws.services.ec2.model.ImportSnapshotTask
Packages that use ImportSnapshotTask
-
Uses of ImportSnapshotTask in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImportSnapshotTaskModifier and TypeMethodDescriptionImportSnapshotTask.clone()
ImportSnapshotTask.withDescription
(String description) A description of the import snapshot task.ImportSnapshotTask.withImportTaskId
(String importTaskId) The ID of the import snapshot task.ImportSnapshotTask.withSnapshotTaskDetail
(SnapshotTaskDetail snapshotTaskDetail) Describes an import snapshot task.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ImportSnapshotTaskModifier and TypeMethodDescriptionDescribeImportSnapshotTasksResult.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 ImportSnapshotTaskModifier and TypeMethodDescriptionDescribeImportSnapshotTasksResult.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 ImportSnapshotTaskModifier and TypeMethodDescriptionvoid
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.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.