Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.