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, or that is restored from an AMI that has the same key characteristics as that of the instance.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, or that is restored from an AMI that has the same key characteristics as that of the instance.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, or that is restored from an AMI that has the same key characteristics as that of the instance.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, or that is restored from an AMI that has the same key characteristics as that of the instance.