Uses of Class
software.amazon.awssdk.services.ec2.model.ConversionTask
Packages that use ConversionTask
-
Uses of ConversionTask in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ConversionTaskModifier and TypeMethodDescriptionfinal ConversionTaskImportInstanceResponse.conversionTask()Information about the conversion task.final ConversionTaskImportVolumeResponse.conversionTask()Information about the conversion task.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ConversionTaskModifier and TypeMethodDescriptionfinal List<ConversionTask>DescribeConversionTasksResponse.conversionTasks()Information about the conversion tasks.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ConversionTaskModifier and TypeMethodDescriptionImportInstanceResponse.Builder.conversionTask(ConversionTask conversionTask) Information about the conversion task.ImportVolumeResponse.Builder.conversionTask(ConversionTask conversionTask) Information about the conversion task.DescribeConversionTasksResponse.Builder.conversionTasks(ConversionTask... conversionTasks) Information about the conversion tasks.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ConversionTaskModifier and TypeMethodDescriptionDescribeConversionTasksResponse.Builder.conversionTasks(Collection<ConversionTask> conversionTasks) Information about the conversion tasks.