Uses of Class
com.amazonaws.services.ec2.model.ExportToS3Task
Packages that use ExportToS3Task
-
Uses of ExportToS3Task in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ExportToS3TaskModifier and TypeMethodDescriptionExportToS3Task.clone()
ExportTask.getExportToS3Task()
Information about the export task.ExportToS3Task.withContainerFormat
(ContainerFormat containerFormat) The container format used to combine disk images with metadata (such as OVF).ExportToS3Task.withContainerFormat
(String containerFormat) The container format used to combine disk images with metadata (such as OVF).ExportToS3Task.withDiskImageFormat
(DiskImageFormat diskImageFormat) The format for the exported image.ExportToS3Task.withDiskImageFormat
(String diskImageFormat) The format for the exported image.ExportToS3Task.withS3Bucket
(String s3Bucket) The S3 bucket for the destination image.The encryption key for your S3 bucket.Methods in com.amazonaws.services.ec2.model with parameters of type ExportToS3TaskModifier and TypeMethodDescriptionvoid
ExportTask.setExportToS3Task
(ExportToS3Task exportToS3Task) Information about the export task.ExportTask.withExportToS3Task
(ExportToS3Task exportToS3Task) Information about the export task.