Uses of Class
com.amazonaws.services.ec2.model.ImportImageTask
Packages that use ImportImageTask
-
Uses of ImportImageTask in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImportImageTaskModifier and TypeMethodDescriptionImportImageTask.clone()
ImportImageTask.withArchitecture
(String architecture) The architecture of the virtual machine.ImportImageTask.withDescription
(String description) A description of the import task.ImportImageTask.withHypervisor
(String hypervisor) The target hypervisor for the import task.ImportImageTask.withImageId
(String imageId) The ID of the Amazon Machine Image (AMI) of the imported virtual machine.ImportImageTask.withImportTaskId
(String importTaskId) The ID of the import image task.ImportImageTask.withLicenseType
(String licenseType) The license type of the virtual machine.ImportImageTask.withPlatform
(String platform) The description string for the import image task.ImportImageTask.withProgress
(String progress) The percentage of progress of the import image task.ImportImageTask.withSnapshotDetails
(SnapshotDetail... snapshotDetails) Information about the snapshots.ImportImageTask.withSnapshotDetails
(Collection<SnapshotDetail> snapshotDetails) Information about the snapshots.ImportImageTask.withStatus
(String status) A brief status for the import image task.ImportImageTask.withStatusMessage
(String statusMessage) A descriptive status message for the import image task.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ImportImageTaskModifier and TypeMethodDescriptionDescribeImportImageTasksResult.getImportImageTasks()
A list of zero or more import image 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 ImportImageTaskModifier and TypeMethodDescriptionDescribeImportImageTasksResult.withImportImageTasks
(ImportImageTask... importImageTasks) A list of zero or more import image 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 ImportImageTaskModifier and TypeMethodDescriptionvoid
DescribeImportImageTasksResult.setImportImageTasks
(Collection<ImportImageTask> importImageTasks) A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.DescribeImportImageTasksResult.withImportImageTasks
(Collection<ImportImageTask> importImageTasks) A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.