Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ImportImageTask> |
DescribeImportImageTasksResult.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 |
---|---|
ImportImageTask |
ImportImageTask.clone() |
ImportImageTask |
ImportImageTask.withArchitecture(java.lang.String architecture)
The architecture of the virtual machine.
|
ImportImageTask |
ImportImageTask.withDescription(java.lang.String description)
A description of the import task.
|
ImportImageTask |
ImportImageTask.withHypervisor(java.lang.String hypervisor)
The target hypervisor for the import task.
|
ImportImageTask |
ImportImageTask.withImageId(java.lang.String imageId)
The ID of the Amazon Machine Image (AMI) of the imported virtual machine.
|
ImportImageTask |
ImportImageTask.withImportTaskId(java.lang.String importTaskId)
The ID of the import image task.
|
ImportImageTask |
ImportImageTask.withLicenseType(java.lang.String licenseType)
The license type of the virtual machine.
|
ImportImageTask |
ImportImageTask.withPlatform(java.lang.String platform)
The description string for the import image task.
|
ImportImageTask |
ImportImageTask.withProgress(java.lang.String progress)
The percentage of progress of the import image task.
|
ImportImageTask |
ImportImageTask.withSnapshotDetails(java.util.Collection<SnapshotDetail> snapshotDetails)
Information about the snapshots.
|
ImportImageTask |
ImportImageTask.withSnapshotDetails(SnapshotDetail... snapshotDetails)
Information about the snapshots.
|
ImportImageTask |
ImportImageTask.withStatus(java.lang.String status)
A brief status for the import image task.
|
ImportImageTask |
ImportImageTask.withStatusMessage(java.lang.String statusMessage)
A descriptive status message for the import image task.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
ImportImageTask |
ImportImageTaskStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |