Uses of Class
com.amazonaws.services.ec2.model.ImportImageRequest
Packages that use ImportImageRequest
-
Uses of ImportImageRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type ImportImageRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.importImage
(ImportImageRequest request) AmazonEC2.importImage
(ImportImageRequest importImageRequest) Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).AmazonEC2Client.importImage
(ImportImageRequest importImageRequest) Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).AbstractAmazonEC2Async.importImageAsync
(ImportImageRequest request) AbstractAmazonEC2Async.importImageAsync
(ImportImageRequest request, AsyncHandler<ImportImageRequest, ImportImageResult> 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
(ImportImageRequest request) AmazonEC2AsyncClient.importImageAsync
(ImportImageRequest request, AsyncHandler<ImportImageRequest, ImportImageResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type ImportImageRequestModifier 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 ImportImageRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImportImageRequestModifier and TypeMethodDescriptionImportImageRequest.clone()
ImportImageRequest.withArchitecture
(String architecture) The architecture of the virtual machine.ImportImageRequest.withClientData
(ClientData clientData) The client-specific data.ImportImageRequest.withClientToken
(String clientToken) The token to enable idempotency for VM import requests.ImportImageRequest.withDescription
(String description) A description string for the import image task.ImportImageRequest.withDiskContainers
(ImageDiskContainer... diskContainers) Information about the disk containers.ImportImageRequest.withDiskContainers
(Collection<ImageDiskContainer> diskContainers) Information about the disk containers.ImportImageRequest.withHypervisor
(String hypervisor) The target hypervisor platform.ImportImageRequest.withLicenseType
(String licenseType) The license type to be used for the Amazon Machine Image (AMI) after importing.ImportImageRequest.withPlatform
(String platform) The operating system of the virtual machine.ImportImageRequest.withRoleName
(String roleName) The name of the role to use when not using the default role, 'vmimport'.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ImportImageRequestModifier and TypeMethodDescriptionImportImageRequest.getDryRunRequest()
This method is intended for internal use only.