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