Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<ExportImageResult> |
AbstractAmazonEC2Async.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.
|
Future<ExportImageResult> |
AmazonEC2AsyncClient.exportImageAsync(ExportImageRequest request,
AsyncHandler<ExportImageRequest,ExportImageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ExportImageRequest |
ExportImageRequest.clone() |
ExportImageRequest |
ExportImageRequest.withClientToken(String clientToken)
Token to enable idempotency for export image requests.
|
ExportImageRequest |
ExportImageRequest.withDescription(String description)
A description of the image being exported.
|
ExportImageRequest |
ExportImageRequest.withDiskImageFormat(DiskImageFormat diskImageFormat)
The disk image format.
|
ExportImageRequest |
ExportImageRequest.withDiskImageFormat(String diskImageFormat)
The disk image format.
|
ExportImageRequest |
ExportImageRequest.withImageId(String imageId)
The ID of the image.
|
ExportImageRequest |
ExportImageRequest.withRoleName(String roleName)
The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.
|
ExportImageRequest |
ExportImageRequest.withS3ExportLocation(ExportTaskS3LocationRequest s3ExportLocation)
Information about the destination Amazon S3 bucket.
|
ExportImageRequest |
ExportImageRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the export image task during creation.
|
ExportImageRequest |
ExportImageRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the export image task during creation.
|
Modifier and Type | Method and Description |
---|---|
Request<ExportImageRequest> |
ExportImageRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.