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