Uses of Class
com.amazonaws.services.ec2.model.ImportImageResult
-
Packages that use ImportImageResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of ImportImageResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return ImportImageResult Modifier and Type Method Description ImportImageResult
AbstractAmazonEC2. importImage()
ImportImageResult
AbstractAmazonEC2. importImage(ImportImageRequest request)
ImportImageResult
AmazonEC2. importImage()
Simplified method form for invoking the ImportImage operation.ImportImageResult
AmazonEC2. importImage(ImportImageRequest importImageRequest)
Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).ImportImageResult
AmazonEC2Client. importImage()
ImportImageResult
AmazonEC2Client. importImage(ImportImageRequest importImageRequest)
Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).Methods in com.amazonaws.services.ec2 that return types with arguments of type ImportImageResult Modifier and Type Method Description Future<ImportImageResult>
AbstractAmazonEC2Async. importImageAsync()
Simplified method form for invoking the ImportImage operation.Future<ImportImageResult>
AbstractAmazonEC2Async. importImageAsync(AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler)
Simplified method form for invoking the ImportImage operation with an AsyncHandler.Future<ImportImageResult>
AbstractAmazonEC2Async. importImageAsync(ImportImageRequest request)
Future<ImportImageResult>
AbstractAmazonEC2Async. importImageAsync(ImportImageRequest request, AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler)
Future<ImportImageResult>
AmazonEC2Async. importImageAsync()
Simplified method form for invoking the ImportImage operation.Future<ImportImageResult>
AmazonEC2Async. importImageAsync(AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler)
Simplified method form for invoking the ImportImage operation with an AsyncHandler.Future<ImportImageResult>
AmazonEC2Async. importImageAsync(ImportImageRequest importImageRequest)
Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).Future<ImportImageResult>
AmazonEC2Async. importImageAsync(ImportImageRequest importImageRequest, AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler)
Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).Future<ImportImageResult>
AmazonEC2AsyncClient. importImageAsync()
Simplified method form for invoking the ImportImage operation.Future<ImportImageResult>
AmazonEC2AsyncClient. importImageAsync(AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler)
Simplified method form for invoking the ImportImage operation with an AsyncHandler.Future<ImportImageResult>
AmazonEC2AsyncClient. importImageAsync(ImportImageRequest request)
Future<ImportImageResult>
AmazonEC2AsyncClient. importImageAsync(ImportImageRequest request, AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler)
Method parameters in com.amazonaws.services.ec2 with type arguments of type ImportImageResult Modifier and Type Method Description Future<ImportImageResult>
AbstractAmazonEC2Async. importImageAsync(AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler)
Simplified method form for invoking the ImportImage operation with an AsyncHandler.Future<ImportImageResult>
AbstractAmazonEC2Async. importImageAsync(ImportImageRequest request, AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler)
Future<ImportImageResult>
AmazonEC2Async. importImageAsync(AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler)
Simplified method form for invoking the ImportImage operation with an AsyncHandler.Future<ImportImageResult>
AmazonEC2Async. importImageAsync(ImportImageRequest importImageRequest, AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler)
Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).Future<ImportImageResult>
AmazonEC2AsyncClient. importImageAsync(AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler)
Simplified method form for invoking the ImportImage operation with an AsyncHandler.Future<ImportImageResult>
AmazonEC2AsyncClient. importImageAsync(ImportImageRequest request, AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler)
-
Uses of ImportImageResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImportImageResult Modifier and Type Method Description ImportImageResult
ImportImageResult. clone()
ImportImageResult
ImportImageResult. withArchitecture(String architecture)
The architecture of the virtual machine.ImportImageResult
ImportImageResult. withDescription(String description)
A description of the import task.ImportImageResult
ImportImageResult. withHypervisor(String hypervisor)
The target hypervisor of the import task.ImportImageResult
ImportImageResult. withImageId(String imageId)
The ID of the Amazon Machine Image (AMI) created by the import task.ImportImageResult
ImportImageResult. withImportTaskId(String importTaskId)
The task ID of the import image task.ImportImageResult
ImportImageResult. withLicenseType(String licenseType)
The license type of the virtual machine.ImportImageResult
ImportImageResult. withPlatform(String platform)
The operating system of the virtual machine.ImportImageResult
ImportImageResult. withProgress(String progress)
The progress of the task.ImportImageResult
ImportImageResult. withSnapshotDetails(SnapshotDetail... snapshotDetails)
Information about the snapshots.ImportImageResult
ImportImageResult. withSnapshotDetails(Collection<SnapshotDetail> snapshotDetails)
Information about the snapshots.ImportImageResult
ImportImageResult. withStatus(String status)
A brief status of the task.ImportImageResult
ImportImageResult. withStatusMessage(String statusMessage)
A detailed status message of the import task.
-