Uses of Class
com.amazonaws.services.ec2.model.ExportToS3Task

Packages that use ExportToS3Task
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of ExportToS3Task in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return ExportToS3Task
 ExportToS3Task ExportTask.getExportToS3Task()
           
 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 Amazon S3 bucket for the destination image.
 ExportToS3Task ExportToS3Task.withS3Key(String s3Key)
           Returns a reference to this object so that method calls can be chained together.
 

Methods in com.amazonaws.services.ec2.model with parameters of type ExportToS3Task
 void ExportTask.setExportToS3Task(ExportToS3Task exportToS3Task)
           
 ExportTask ExportTask.withExportToS3Task(ExportToS3Task exportToS3Task)
           Returns a reference to this object so that method calls can be chained together.
 



Copyright © 2016. All rights reserved.