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 ImportSnapshotTaskImportSnapshotTask. clone()ImportSnapshotTaskImportSnapshotTask. withDescription(String description)A description of the import snapshot task.ImportSnapshotTaskImportSnapshotTask. withImportTaskId(String importTaskId)The ID of the import snapshot task.ImportSnapshotTaskImportSnapshotTask. 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 DescribeImportSnapshotTasksResultDescribeImportSnapshotTasksResult. 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 voidDescribeImportSnapshotTasksResult. 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.DescribeImportSnapshotTasksResultDescribeImportSnapshotTasksResult. 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.
-