Uses of Class
com.amazonaws.services.ec2.model.ConversionTask
Packages that use ConversionTask
-
Uses of ConversionTask in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ConversionTaskModifier and TypeMethodDescriptionConversionTask.clone()
ImportInstanceResult.getConversionTask()
Information about the conversion task.ImportVolumeResult.getConversionTask()
Information about the conversion task.ConversionTask.withConversionTaskId
(String conversionTaskId) The ID of the conversion task.ConversionTask.withExpirationTime
(String expirationTime) The time when the task expires.ConversionTask.withImportInstance
(ImportInstanceTaskDetails importInstance) If the task is for importing an instance, this contains information about the import instance task.ConversionTask.withImportVolume
(ImportVolumeTaskDetails importVolume) If the task is for importing a volume, this contains information about the import volume task.ConversionTask.withState
(ConversionTaskState state) The state of the conversion task.The state of the conversion task.ConversionTask.withStatusMessage
(String statusMessage) The status message related to the conversion task.Any tags assigned to the task.ConversionTask.withTags
(Collection<Tag> tags) Any tags assigned to the task.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ConversionTaskModifier and TypeMethodDescriptionDescribeConversionTasksResult.getConversionTasks()
Information about the conversion tasks.Methods in com.amazonaws.services.ec2.model with parameters of type ConversionTaskModifier and TypeMethodDescriptionvoid
ImportInstanceResult.setConversionTask
(ConversionTask conversionTask) Information about the conversion task.void
ImportVolumeResult.setConversionTask
(ConversionTask conversionTask) Information about the conversion task.ImportInstanceResult.withConversionTask
(ConversionTask conversionTask) Information about the conversion task.ImportVolumeResult.withConversionTask
(ConversionTask conversionTask) Information about the conversion task.DescribeConversionTasksResult.withConversionTasks
(ConversionTask... conversionTasks) Information about the conversion tasks.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ConversionTaskModifier and TypeMethodDescriptionvoid
DescribeConversionTasksResult.setConversionTasks
(Collection<ConversionTask> conversionTasks) Information about the conversion tasks.DescribeConversionTasksResult.withConversionTasks
(Collection<ConversionTask> conversionTasks) Information about the conversion tasks.