Uses of Class
com.amazonaws.services.ec2.model.ImportVolumeTaskDetails
Packages that use ImportVolumeTaskDetails
-
Uses of ImportVolumeTaskDetails in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImportVolumeTaskDetailsModifier and TypeMethodDescriptionImportVolumeTaskDetails.clone()ConversionTask.getImportVolume()If the task is for importing a volume, this contains information about the import volume task.ImportVolumeTaskDetails.withAvailabilityZone(String availabilityZone) The Availability Zone where the resulting volume will reside.ImportVolumeTaskDetails.withBytesConverted(Long bytesConverted) The number of bytes converted so far.ImportVolumeTaskDetails.withDescription(String description) The description you provided when starting the import volume task.ImportVolumeTaskDetails.withImage(DiskImageDescription image) The image.ImportVolumeTaskDetails.withVolume(DiskImageVolumeDescription volume) The volume.Methods in com.amazonaws.services.ec2.model with parameters of type ImportVolumeTaskDetailsModifier and TypeMethodDescriptionvoidConversionTask.setImportVolume(ImportVolumeTaskDetails importVolume) If the task is for importing a volume, this contains information about the import volume task.ConversionTask.withImportVolume(ImportVolumeTaskDetails importVolume) If the task is for importing a volume, this contains information about the import volume task.