| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateReplaceRootVolumeTaskResponse |
Ec2Client.createReplaceRootVolumeTask(Consumer<CreateReplaceRootVolumeTaskRequest.Builder> 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. |
default CreateReplaceRootVolumeTaskResponse |
Ec2Client.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. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateReplaceRootVolumeTaskResponse> |
Ec2AsyncClient.createReplaceRootVolumeTask(Consumer<CreateReplaceRootVolumeTaskRequest.Builder> 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. |
default CompletableFuture<CreateReplaceRootVolumeTaskResponse> |
Ec2AsyncClient.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. |
Copyright © 2023. All rights reserved.