Uses of Class
com.amazonaws.services.ec2.model.ExportToS3TaskSpecification
Packages that use ExportToS3TaskSpecification
-
Uses of ExportToS3TaskSpecification in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ExportToS3TaskSpecificationModifier and TypeMethodDescriptionExportToS3TaskSpecification.clone()
CreateInstanceExportTaskRequest.getExportToS3Task()
The format and location for an instance export task.ExportToS3TaskSpecification.withContainerFormat
(ContainerFormat containerFormat) The container format used to combine disk images with metadata (such as OVF).ExportToS3TaskSpecification.withContainerFormat
(String containerFormat) The container format used to combine disk images with metadata (such as OVF).ExportToS3TaskSpecification.withDiskImageFormat
(DiskImageFormat diskImageFormat) The format for the exported image.ExportToS3TaskSpecification.withDiskImageFormat
(String diskImageFormat) The format for the exported image.ExportToS3TaskSpecification.withS3Bucket
(String s3Bucket) The S3 bucket for the destination image.ExportToS3TaskSpecification.withS3Prefix
(String s3Prefix) The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.Methods in com.amazonaws.services.ec2.model with parameters of type ExportToS3TaskSpecificationModifier and TypeMethodDescriptionvoid
CreateInstanceExportTaskRequest.setExportToS3Task
(ExportToS3TaskSpecification exportToS3Task) The format and location for an instance export task.CreateInstanceExportTaskRequest.withExportToS3Task
(ExportToS3TaskSpecification exportToS3Task) The format and location for an instance export task.