Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ImportImageResult |
AmazonEC2Client.importImage() |
ImportImageResult |
AmazonEC2.importImage()
Simplified method form for invoking the ImportImage operation.
|
ImportImageResult |
AbstractAmazonEC2.importImage() |
ImportImageResult |
AmazonEC2Client.importImage(ImportImageRequest request)
|
ImportImageResult |
AmazonEC2.importImage(ImportImageRequest importImageRequest)
|
ImportImageResult |
AbstractAmazonEC2.importImage(ImportImageRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ImportImageResult> |
AbstractAmazonEC2Async.importImageAsync()
Simplified method form for invoking the ImportImage operation.
|
Future<ImportImageResult> |
AmazonEC2AsyncClient.importImageAsync()
Simplified method form for invoking the ImportImage operation.
|
Future<ImportImageResult> |
AmazonEC2Async.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> |
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) |
Future<ImportImageResult> |
AmazonEC2AsyncClient.importImageAsync(ImportImageRequest request) |
Future<ImportImageResult> |
AmazonEC2Async.importImageAsync(ImportImageRequest importImageRequest)
|
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 |
---|---|
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 |
---|---|
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.withEncrypted(Boolean encrypted)
Indicates whether the AMI is encrypted.
|
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.withKmsKeyId(String kmsKeyId)
The identifier for the symmetric KMS key that was used to create the encrypted AMI.
|
ImportImageResult |
ImportImageResult.withLicenseSpecifications(Collection<ImportImageLicenseConfigurationResponse> licenseSpecifications)
The ARNs of the license configurations.
|
ImportImageResult |
ImportImageResult.withLicenseSpecifications(ImportImageLicenseConfigurationResponse... licenseSpecifications)
The ARNs of the license configurations.
|
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(Collection<SnapshotDetail> snapshotDetails)
Information about the snapshots.
|
ImportImageResult |
ImportImageResult.withSnapshotDetails(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.
|
ImportImageResult |
ImportImageResult.withTags(Collection<Tag> tags)
Any tags assigned to the import image task.
|
ImportImageResult |
ImportImageResult.withTags(Tag... tags)
Any tags assigned to the import image task.
|
ImportImageResult |
ImportImageResult.withUsageOperation(String usageOperation)
The usage operation value.
|
Copyright © 2023. All rights reserved.