| Package | Description | 
|---|---|
| com.amazonaws.services.ec2.model | 
 Classes modeling the various types represented by AmazonEC2. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ImportImageTask | 
ImportImageTask.withArchitecture(String architecture)
The architecture of the virtual machine. 
 | 
ImportImageTask | 
ImportImageTask.withDescription(String description)
A description of the import task. 
 | 
ImportImageTask | 
ImportImageTask.withHypervisor(String hypervisor)
The target hypervisor for the import task. 
 | 
ImportImageTask | 
ImportImageTask.withImageId(String imageId)
The ID of the Amazon Machine Image (AMI) of the imported virtual
 machine. 
 | 
ImportImageTask | 
ImportImageTask.withImportTaskId(String importTaskId)
The ID of the import image task. 
 | 
ImportImageTask | 
ImportImageTask.withLicenseType(String licenseType)
The license type of the virtual machine. 
 | 
ImportImageTask | 
ImportImageTask.withPlatform(String platform)
The description string for the import image task. 
 | 
ImportImageTask | 
ImportImageTask.withProgress(String progress)
The percentage of progress of the import image task. 
 | 
ImportImageTask | 
ImportImageTask.withSnapshotDetails(Collection<SnapshotDetail> snapshotDetails)
Information about the snapshots. 
 | 
ImportImageTask | 
ImportImageTask.withSnapshotDetails(SnapshotDetail... snapshotDetails)
Information about the snapshots. 
 | 
ImportImageTask | 
ImportImageTask.withStatus(String status)
A brief status for the import image task. 
 | 
ImportImageTask | 
ImportImageTask.withStatusMessage(String statusMessage)
A descriptive status message for the import image task. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeImportImageTasksResult | 
DescribeImportImageTasksResult.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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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 | 
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. 
 | 
Copyright © 2018. All rights reserved.