Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateImageResult |
AbstractAmazonEC2.createImage(CreateImageRequest request) |
CreateImageResult |
AmazonEC2.createImage(CreateImageRequest createImageRequest)
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
|
CreateImageResult |
AmazonEC2Client.createImage(CreateImageRequest request)
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
|
Future<CreateImageResult> |
AbstractAmazonEC2Async.createImageAsync(CreateImageRequest request) |
Future<CreateImageResult> |
AmazonEC2Async.createImageAsync(CreateImageRequest createImageRequest)
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
|
Future<CreateImageResult> |
AmazonEC2AsyncClient.createImageAsync(CreateImageRequest request) |
Future<CreateImageResult> |
AbstractAmazonEC2Async.createImageAsync(CreateImageRequest request,
AsyncHandler<CreateImageRequest,CreateImageResult> asyncHandler) |
Future<CreateImageResult> |
AmazonEC2Async.createImageAsync(CreateImageRequest createImageRequest,
AsyncHandler<CreateImageRequest,CreateImageResult> asyncHandler)
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
|
Future<CreateImageResult> |
AmazonEC2AsyncClient.createImageAsync(CreateImageRequest request,
AsyncHandler<CreateImageRequest,CreateImageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateImageResult> |
AbstractAmazonEC2Async.createImageAsync(CreateImageRequest request,
AsyncHandler<CreateImageRequest,CreateImageResult> asyncHandler) |
Future<CreateImageResult> |
AmazonEC2Async.createImageAsync(CreateImageRequest createImageRequest,
AsyncHandler<CreateImageRequest,CreateImageResult> asyncHandler)
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
|
Future<CreateImageResult> |
AmazonEC2AsyncClient.createImageAsync(CreateImageRequest request,
AsyncHandler<CreateImageRequest,CreateImageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateImageRequest |
CreateImageRequest.clone() |
CreateImageRequest |
CreateImageRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
The block device mappings.
|
CreateImageRequest |
CreateImageRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mappings.
|
CreateImageRequest |
CreateImageRequest.withDescription(String description)
A description for the new image.
|
CreateImageRequest |
CreateImageRequest.withInstanceId(String instanceId)
The ID of the instance.
|
CreateImageRequest |
CreateImageRequest.withName(String name)
A name for the new image.
|
CreateImageRequest |
CreateImageRequest.withNoReboot(Boolean noReboot)
By default, when Amazon EC2 creates the new AMI, it reboots the instance so that it can take snapshots of the
attached volumes while data is at rest, in order to ensure a consistent state.
|
CreateImageRequest |
CreateImageRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the AMI and snapshots on creation.
|
CreateImageRequest |
CreateImageRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the AMI and snapshots on creation.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateImageRequest> |
CreateImageRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2022. All rights reserved.