Uses of Class
com.amazonaws.services.ec2.model.ExportTask
Packages that use ExportTask
-
Uses of ExportTask in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ExportTaskModifier and TypeMethodDescriptionExportTask.clone()
CreateInstanceExportTaskResult.getExportTask()
Information about the instance export task.ExportTask.withDescription
(String description) A description of the resource being exported.ExportTask.withExportTaskId
(String exportTaskId) The ID of the export task.ExportTask.withExportToS3Task
(ExportToS3Task exportToS3Task) Information about the export task.ExportTask.withInstanceExportDetails
(InstanceExportDetails instanceExportDetails) Information about the instance to export.ExportTask.withState
(ExportTaskState state) The state of the export task.The state of the export task.ExportTask.withStatusMessage
(String statusMessage) The status message related to the export task.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ExportTaskModifier and TypeMethodDescriptionDescribeExportTasksResult.getExportTasks()
Information about the export tasks.Methods in com.amazonaws.services.ec2.model with parameters of type ExportTaskModifier and TypeMethodDescriptionvoid
CreateInstanceExportTaskResult.setExportTask
(ExportTask exportTask) Information about the instance export task.CreateInstanceExportTaskResult.withExportTask
(ExportTask exportTask) Information about the instance export task.DescribeExportTasksResult.withExportTasks
(ExportTask... exportTasks) Information about the export tasks.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ExportTaskModifier and TypeMethodDescriptionvoid
DescribeExportTasksResult.setExportTasks
(Collection<ExportTask> exportTasks) Information about the export tasks.DescribeExportTasksResult.withExportTasks
(Collection<ExportTask> exportTasks) Information about the export tasks.