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 ImportImageResultAbstractAmazonEC2. importImage()ImportImageResultAbstractAmazonEC2. importImage(ImportImageRequest request)ImportImageResultAmazonEC2. importImage()Simplified method form for invoking the ImportImage operation.ImportImageResultAmazonEC2. importImage(ImportImageRequest importImageRequest)Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).ImportImageResultAmazonEC2Client. importImage()ImportImageResultAmazonEC2Client. 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 ImportImageResultImportImageResult. clone()ImportImageResultImportImageResult. withArchitecture(String architecture)The architecture of the virtual machine.ImportImageResultImportImageResult. withDescription(String description)A description of the import task.ImportImageResultImportImageResult. withHypervisor(String hypervisor)The target hypervisor of the import task.ImportImageResultImportImageResult. withImageId(String imageId)The ID of the Amazon Machine Image (AMI) created by the import task.ImportImageResultImportImageResult. withImportTaskId(String importTaskId)The task ID of the import image task.ImportImageResultImportImageResult. withLicenseType(String licenseType)The license type of the virtual machine.ImportImageResultImportImageResult. withPlatform(String platform)The operating system of the virtual machine.ImportImageResultImportImageResult. withProgress(String progress)The progress of the task.ImportImageResultImportImageResult. withSnapshotDetails(SnapshotDetail... snapshotDetails)Information about the snapshots.ImportImageResultImportImageResult. withSnapshotDetails(Collection<SnapshotDetail> snapshotDetails)Information about the snapshots.ImportImageResultImportImageResult. withStatus(String status)A brief status of the task.ImportImageResultImportImageResult. withStatusMessage(String statusMessage)A detailed status message of the import task.
-