| Package | Description | 
|---|---|
| com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportTask | CreateInstanceExportTaskResult. getExportTask()Information about the instance export task. | 
| ExportTask | ExportTask. withDescription(String description)A description of the resource being exported. | 
| ExportTask | ExportTask. withExportTaskId(String exportTaskId)The ID of the export task. | 
| ExportTask | ExportTask. withExportToS3Task(ExportToS3Task exportToS3Task)Information about the export task. | 
| ExportTask | ExportTask. withInstanceExportDetails(InstanceExportDetails instanceExportDetails)Information about the instance to export. | 
| ExportTask | ExportTask. withState(ExportTaskState state)The state of the export task. | 
| ExportTask | ExportTask. withState(String state)The state of the export task. | 
| ExportTask | ExportTask. withStatusMessage(String statusMessage)The status message related to the export task. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ExportTask> | DescribeExportTasksResult. getExportTasks()Information about the export tasks. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CreateInstanceExportTaskResult. setExportTask(ExportTask exportTask)Information about the instance export task. | 
| CreateInstanceExportTaskResult | CreateInstanceExportTaskResult. withExportTask(ExportTask exportTask)Information about the instance export task. | 
| DescribeExportTasksResult | DescribeExportTasksResult. withExportTasks(ExportTask... exportTasks)Information about the export tasks. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DescribeExportTasksResult. setExportTasks(Collection<ExportTask> exportTasks)Information about the export tasks. | 
| DescribeExportTasksResult | DescribeExportTasksResult. withExportTasks(Collection<ExportTask> exportTasks)Information about the export tasks. | 
Copyright © 2020. All rights reserved.