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

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

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

Methods in com.amazonaws.services.ec2.model that return ExportToS3TaskSpecification
 ExportToS3TaskSpecification CreateInstanceExportTaskRequest.getExportToS3Task()
           
 ExportToS3TaskSpecification ExportToS3TaskSpecification.withContainerFormat(ContainerFormat containerFormat)
           Returns a reference to this object so that method calls can be chained together.
 ExportToS3TaskSpecification ExportToS3TaskSpecification.withContainerFormat(String containerFormat)
           Returns a reference to this object so that method calls can be chained together.
 ExportToS3TaskSpecification ExportToS3TaskSpecification.withDiskImageFormat(DiskImageFormat diskImageFormat)
           Returns a reference to this object so that method calls can be chained together.
 ExportToS3TaskSpecification ExportToS3TaskSpecification.withDiskImageFormat(String diskImageFormat)
           Returns a reference to this object so that method calls can be chained together.
 ExportToS3TaskSpecification ExportToS3TaskSpecification.withS3Bucket(String s3Bucket)
           Returns a reference to this object so that method calls can be chained together.
 ExportToS3TaskSpecification ExportToS3TaskSpecification.withS3Prefix(String s3Prefix)
          The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
 

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



Copyright © 2016. All rights reserved.