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 ExportToS3Task
ExportToS3Task. clone()
ExportToS3Task
ExportTask. getExportToS3Task()
Information about the export task.ExportToS3Task
ExportToS3Task. withContainerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF).ExportToS3Task
ExportToS3Task. withContainerFormat(String containerFormat)
The container format used to combine disk images with metadata (such as OVF).ExportToS3Task
ExportToS3Task. withDiskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image.ExportToS3Task
ExportToS3Task. withDiskImageFormat(String diskImageFormat)
The format for the exported image.ExportToS3Task
ExportToS3Task. withS3Bucket(String s3Bucket)
The S3 bucket for the destination image.ExportToS3Task
ExportToS3Task. 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 void
ExportTask. setExportToS3Task(ExportToS3Task exportToS3Task)
Information about the export task.ExportTask
ExportTask. withExportToS3Task(ExportToS3Task exportToS3Task)
Information about the export task.
-