Uses of Class
com.amazonaws.services.ec2.model.ImportImageTask
-
Packages that use ImportImageTask Package Description com.amazonaws.services.ec2.model -
-
Uses of ImportImageTask in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImportImageTask Modifier and Type Method Description ImportImageTaskImportImageTask. clone()ImportImageTaskImportImageTask. withArchitecture(String architecture)The architecture of the virtual machine.ImportImageTaskImportImageTask. withDescription(String description)A description of the import task.ImportImageTaskImportImageTask. withHypervisor(String hypervisor)The target hypervisor for the import task.ImportImageTaskImportImageTask. withImageId(String imageId)The ID of the Amazon Machine Image (AMI) of the imported virtual machine.ImportImageTaskImportImageTask. withImportTaskId(String importTaskId)The ID of the import image task.ImportImageTaskImportImageTask. withLicenseType(String licenseType)The license type of the virtual machine.ImportImageTaskImportImageTask. withPlatform(String platform)The description string for the import image task.ImportImageTaskImportImageTask. withProgress(String progress)The percentage of progress of the import image task.ImportImageTaskImportImageTask. withSnapshotDetails(SnapshotDetail... snapshotDetails)Information about the snapshots.ImportImageTaskImportImageTask. withSnapshotDetails(Collection<SnapshotDetail> snapshotDetails)Information about the snapshots.ImportImageTaskImportImageTask. withStatus(String status)A brief status for the import image task.ImportImageTaskImportImageTask. 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 ImportImageTask Modifier and Type Method Description List<ImportImageTask>DescribeImportImageTasksResult. 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 ImportImageTask Modifier and Type Method Description DescribeImportImageTasksResultDescribeImportImageTasksResult. 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 ImportImageTask Modifier and Type Method Description voidDescribeImportImageTasksResult. 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.DescribeImportImageTasksResultDescribeImportImageTasksResult. 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.
-