Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.clone() |
ExportToS3TaskSpecification |
CreateInstanceExportTaskRequest.getExportToS3Task()
The format and location for an export instance task.
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withContainerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withContainerFormat(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(String diskImageFormat)
The format for the exported image.
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withS3Bucket(String s3Bucket)
The Amazon S3 bucket for the destination image.
|
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)
The format and location for an export instance task.
|
CreateInstanceExportTaskRequest |
CreateInstanceExportTaskRequest.withExportToS3Task(ExportToS3TaskSpecification exportToS3Task)
The format and location for an export instance task.
|
Copyright © 2021. All rights reserved.