Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ExportImageResult |
AmazonEC2Client.exportImage(ExportImageRequest request)
Exports an Amazon Machine Image (AMI) to a VM file.
|
ExportImageResult |
AmazonEC2.exportImage(ExportImageRequest exportImageRequest)
Exports an Amazon Machine Image (AMI) to a VM file.
|
ExportImageResult |
AbstractAmazonEC2.exportImage(ExportImageRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ExportImageResult> |
AbstractAmazonEC2Async.exportImageAsync(ExportImageRequest request,
AsyncHandler<ExportImageRequest,ExportImageResult> asyncHandler) |
Future<ExportImageResult> |
AmazonEC2AsyncClient.exportImageAsync(ExportImageRequest request,
AsyncHandler<ExportImageRequest,ExportImageResult> asyncHandler) |
Future<ExportImageResult> |
AmazonEC2Async.exportImageAsync(ExportImageRequest exportImageRequest,
AsyncHandler<ExportImageRequest,ExportImageResult> asyncHandler)
Exports an Amazon Machine Image (AMI) to a VM file.
|
Modifier and Type | Method and Description |
---|---|
ExportImageResult |
ExportImageResult.clone() |
ExportImageResult |
ExportImageResult.withDescription(String description)
A description of the image being exported.
|
ExportImageResult |
ExportImageResult.withDiskImageFormat(DiskImageFormat diskImageFormat)
The disk image format for the exported image.
|
ExportImageResult |
ExportImageResult.withDiskImageFormat(String diskImageFormat)
The disk image format for the exported image.
|
ExportImageResult |
ExportImageResult.withExportImageTaskId(String exportImageTaskId)
The ID of the export image task.
|
ExportImageResult |
ExportImageResult.withImageId(String imageId)
The ID of the image.
|
ExportImageResult |
ExportImageResult.withProgress(String progress)
The percent complete of the export image task.
|
ExportImageResult |
ExportImageResult.withRoleName(String roleName)
The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.
|
ExportImageResult |
ExportImageResult.withS3ExportLocation(ExportTaskS3Location s3ExportLocation)
Information about the destination Amazon S3 bucket.
|
ExportImageResult |
ExportImageResult.withStatus(String status)
The status of the export image task.
|
ExportImageResult |
ExportImageResult.withStatusMessage(String statusMessage)
The status message for the export image task.
|
ExportImageResult |
ExportImageResult.withTags(Collection<Tag> tags)
Any tags assigned to the export image task.
|
ExportImageResult |
ExportImageResult.withTags(Tag... tags)
Any tags assigned to the export image task.
|
Copyright © 2023. All rights reserved.