Uses of Class
software.amazon.awssdk.services.ec2.model.CreateReplaceRootVolumeTaskResponse
Packages that use CreateReplaceRootVolumeTaskResponse
-
Uses of CreateReplaceRootVolumeTaskResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateReplaceRootVolumeTaskResponseModifier and TypeMethodDescriptionEc2Client.createReplaceRootVolumeTask(Consumer<CreateReplaceRootVolumeTaskRequest.Builder> createReplaceRootVolumeTaskRequest) Replaces the EBS-backed root volume for arunninginstance 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, that is restored from an AMI that has the same key characteristics as that of the instance, or that is replaced by a specified volume.Ec2Client.createReplaceRootVolumeTask(CreateReplaceRootVolumeTaskRequest createReplaceRootVolumeTaskRequest) Replaces the EBS-backed root volume for arunninginstance 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, that is restored from an AMI that has the same key characteristics as that of the instance, or that is replaced by a specified volume.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateReplaceRootVolumeTaskResponseModifier and TypeMethodDescriptionEc2AsyncClient.createReplaceRootVolumeTask(Consumer<CreateReplaceRootVolumeTaskRequest.Builder> createReplaceRootVolumeTaskRequest) Replaces the EBS-backed root volume for arunninginstance 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, that is restored from an AMI that has the same key characteristics as that of the instance, or that is replaced by a specified volume.Ec2AsyncClient.createReplaceRootVolumeTask(CreateReplaceRootVolumeTaskRequest createReplaceRootVolumeTaskRequest) Replaces the EBS-backed root volume for arunninginstance 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, that is restored from an AMI that has the same key characteristics as that of the instance, or that is replaced by a specified volume.