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