| Package | Description | 
|---|---|
| com.amazonaws.services.ec2.model | 
| Modifier and Type | Method and Description | 
|---|---|
ImportImageTask | 
ImportImageTask.clone()  | 
ImportImageTask | 
ImportImageTask.withArchitecture(String architecture)
 The architecture of the virtual machine. 
 | 
ImportImageTask | 
ImportImageTask.withDescription(String description)
 A description of the import task. 
 | 
ImportImageTask | 
ImportImageTask.withEncrypted(Boolean encrypted)
 Indicates whether the image is encrypted. 
 | 
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.withKmsKeyId(String kmsKeyId)
 The identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to create the
 encrypted image. 
 | 
ImportImageTask | 
ImportImageTask.withLicenseSpecifications(Collection<ImportImageLicenseConfigurationResponse> licenseSpecifications)
 The ARNs of the license configurations that are associated with the import image task. 
 | 
ImportImageTask | 
ImportImageTask.withLicenseSpecifications(ImportImageLicenseConfigurationResponse... licenseSpecifications)
 The ARNs of the license configurations that are associated with 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. 
 | 
ImportImageTask | 
ImportImageTask.withTags(Collection<Tag> tags)
 The tags for the import image task. 
 | 
ImportImageTask | 
ImportImageTask.withTags(Tag... tags)
 The tags 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 © 2021. All rights reserved.