Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private ExportToS3TaskSpecification |
CreateInstanceExportTaskRequest.exportToS3Task
The format and location for an instance export task.
|
Modifier and Type | Method and Description |
---|---|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.clone() |
ExportToS3TaskSpecification |
CreateInstanceExportTaskRequest.getExportToS3Task()
The format and location for an instance export task.
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withContainerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as
OVF).
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withContainerFormat(java.lang.String containerFormat)
The container format used to combine disk images with metadata (such as
OVF).
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withDiskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image.
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withDiskImageFormat(java.lang.String diskImageFormat)
The format for the exported image.
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withS3Bucket(java.lang.String s3Bucket)
The S3 bucket for the destination image.
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withS3Prefix(java.lang.String s3Prefix)
The image is written to a single object in the S3 bucket at the S3 key
s3prefix + exportTaskId + '.' + diskImageFormat.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateInstanceExportTaskRequest.setExportToS3Task(ExportToS3TaskSpecification exportToS3Task)
The format and location for an instance export task.
|
CreateInstanceExportTaskRequest |
CreateInstanceExportTaskRequest.withExportToS3Task(ExportToS3TaskSpecification exportToS3Task)
The format and location for an instance export task.
|
Modifier and Type | Method and Description |
---|---|
ExportToS3TaskSpecification |
ExportToS3TaskSpecificationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |