Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateReplaceRootVolumeTaskResult |
AmazonEC2Client.createReplaceRootVolumeTask(CreateReplaceRootVolumeTaskRequest request)
Replaces the EBS-backed root volume for a
running instance with a new volume that is restored to the
original root volume's launch state, that is restored to a specific snapshot taken from the original root volume,
or that is restored from an AMI that has the same key characteristics as that of the instance. |
CreateReplaceRootVolumeTaskResult |
AmazonEC2.createReplaceRootVolumeTask(CreateReplaceRootVolumeTaskRequest createReplaceRootVolumeTaskRequest)
Replaces the EBS-backed root volume for a
running instance with a new volume that is restored to the
original root volume's launch state, that is restored to a specific snapshot taken from the original root volume,
or that is restored from an AMI that has the same key characteristics as that of the instance. |
CreateReplaceRootVolumeTaskResult |
AbstractAmazonEC2.createReplaceRootVolumeTask(CreateReplaceRootVolumeTaskRequest request) |
Future<CreateReplaceRootVolumeTaskResult> |
AbstractAmazonEC2Async.createReplaceRootVolumeTaskAsync(CreateReplaceRootVolumeTaskRequest request) |
Future<CreateReplaceRootVolumeTaskResult> |
AmazonEC2AsyncClient.createReplaceRootVolumeTaskAsync(CreateReplaceRootVolumeTaskRequest request) |
Future<CreateReplaceRootVolumeTaskResult> |
AmazonEC2Async.createReplaceRootVolumeTaskAsync(CreateReplaceRootVolumeTaskRequest createReplaceRootVolumeTaskRequest)
Replaces the EBS-backed root volume for a
running instance with a new volume that is restored to the
original root volume's launch state, that is restored to a specific snapshot taken from the original root volume,
or that is restored from an AMI that has the same key characteristics as that of the instance. |
Future<CreateReplaceRootVolumeTaskResult> |
AbstractAmazonEC2Async.createReplaceRootVolumeTaskAsync(CreateReplaceRootVolumeTaskRequest request,
AsyncHandler<CreateReplaceRootVolumeTaskRequest,CreateReplaceRootVolumeTaskResult> asyncHandler) |
Future<CreateReplaceRootVolumeTaskResult> |
AmazonEC2AsyncClient.createReplaceRootVolumeTaskAsync(CreateReplaceRootVolumeTaskRequest request,
AsyncHandler<CreateReplaceRootVolumeTaskRequest,CreateReplaceRootVolumeTaskResult> asyncHandler) |
Future<CreateReplaceRootVolumeTaskResult> |
AmazonEC2Async.createReplaceRootVolumeTaskAsync(CreateReplaceRootVolumeTaskRequest createReplaceRootVolumeTaskRequest,
AsyncHandler<CreateReplaceRootVolumeTaskRequest,CreateReplaceRootVolumeTaskResult> asyncHandler)
Replaces the EBS-backed root volume for a
running instance with a new volume that is restored to the
original root volume's launch state, that is restored to a specific snapshot taken from the original root volume,
or that is restored from an AMI that has the same key characteristics as that of the instance. |
Modifier and Type | Method and Description |
---|---|
CreateReplaceRootVolumeTaskRequest |
CreateReplaceRootVolumeTaskRequest.clone() |
CreateReplaceRootVolumeTaskRequest |
CreateReplaceRootVolumeTaskRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
CreateReplaceRootVolumeTaskRequest |
CreateReplaceRootVolumeTaskRequest.withDeleteReplacedRootVolume(Boolean deleteReplacedRootVolume)
Indicates whether to automatically delete the original root volume after the root volume replacement task
completes.
|
CreateReplaceRootVolumeTaskRequest |
CreateReplaceRootVolumeTaskRequest.withImageId(String imageId)
The ID of the AMI to use to restore the root volume.
|
CreateReplaceRootVolumeTaskRequest |
CreateReplaceRootVolumeTaskRequest.withInstanceId(String instanceId)
The ID of the instance for which to replace the root volume.
|
CreateReplaceRootVolumeTaskRequest |
CreateReplaceRootVolumeTaskRequest.withSnapshotId(String snapshotId)
The ID of the snapshot from which to restore the replacement root volume.
|
CreateReplaceRootVolumeTaskRequest |
CreateReplaceRootVolumeTaskRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the root volume replacement task.
|
CreateReplaceRootVolumeTaskRequest |
CreateReplaceRootVolumeTaskRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the root volume replacement task.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateReplaceRootVolumeTaskRequest> |
CreateReplaceRootVolumeTaskRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.