Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<ImportImageResult> |
AbstractAmazonEC2Async.importImageAsync(AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler)
Simplified method form for invoking the ImportImage operation with an AsyncHandler.
|
Future<ImportImageResult> |
AmazonEC2AsyncClient.importImageAsync(AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler)
Simplified method form for invoking the ImportImage operation with an AsyncHandler.
|
Future<ImportImageResult> |
AmazonEC2Async.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> |
AmazonEC2AsyncClient.importImageAsync(ImportImageRequest request,
AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler) |
Future<ImportImageResult> |
AmazonEC2Async.importImageAsync(ImportImageRequest importImageRequest,
AsyncHandler<ImportImageRequest,ImportImageResult> asyncHandler)
|
Modifier and Type | Method and Description |
---|---|
ImportImageRequest |
ImportImageRequest.clone() |
ImportImageRequest |
ImportImageRequest.withArchitecture(String architecture)
The architecture of the virtual machine.
|
ImportImageRequest |
ImportImageRequest.withBootMode(BootModeValues bootMode)
The boot mode of the virtual machine.
|
ImportImageRequest |
ImportImageRequest.withBootMode(String bootMode)
The boot mode of the virtual machine.
|
ImportImageRequest |
ImportImageRequest.withClientData(ClientData clientData)
The client-specific data.
|
ImportImageRequest |
ImportImageRequest.withClientToken(String clientToken)
The token to enable idempotency for VM import requests.
|
ImportImageRequest |
ImportImageRequest.withDescription(String description)
A description string for the import image task.
|
ImportImageRequest |
ImportImageRequest.withDiskContainers(Collection<ImageDiskContainer> diskContainers)
Information about the disk containers.
|
ImportImageRequest |
ImportImageRequest.withDiskContainers(ImageDiskContainer... diskContainers)
Information about the disk containers.
|
ImportImageRequest |
ImportImageRequest.withEncrypted(Boolean encrypted)
Specifies whether the destination AMI of the imported image should be encrypted.
|
ImportImageRequest |
ImportImageRequest.withHypervisor(String hypervisor)
The target hypervisor platform.
|
ImportImageRequest |
ImportImageRequest.withKmsKeyId(String kmsKeyId)
An identifier for the symmetric KMS key to use when creating the encrypted AMI.
|
ImportImageRequest |
ImportImageRequest.withLicenseSpecifications(Collection<ImportImageLicenseConfigurationRequest> licenseSpecifications)
The ARNs of the license configurations.
|
ImportImageRequest |
ImportImageRequest.withLicenseSpecifications(ImportImageLicenseConfigurationRequest... licenseSpecifications)
The ARNs of the license configurations.
|
ImportImageRequest |
ImportImageRequest.withLicenseType(String licenseType)
The license type to be used for the Amazon Machine Image (AMI) after importing.
|
ImportImageRequest |
ImportImageRequest.withPlatform(String platform)
The operating system of the virtual machine.
|
ImportImageRequest |
ImportImageRequest.withRoleName(String roleName)
The name of the role to use when not using the default role, 'vmimport'.
|
ImportImageRequest |
ImportImageRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the import image task during creation.
|
ImportImageRequest |
ImportImageRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the import image task during creation.
|
ImportImageRequest |
ImportImageRequest.withUsageOperation(String usageOperation)
The usage operation value.
|
Modifier and Type | Method and Description |
---|---|
Request<ImportImageRequest> |
ImportImageRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.