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