Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyInstanceMaintenanceOptionsResponse
Packages that use ModifyInstanceMaintenanceOptionsResponse
-
Uses of ModifyInstanceMaintenanceOptionsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyInstanceMaintenanceOptionsResponseModifier and TypeMethodDescriptionEc2Client.modifyInstanceMaintenanceOptions(Consumer<ModifyInstanceMaintenanceOptionsRequest.Builder> modifyInstanceMaintenanceOptionsRequest) Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery behavior to default.Ec2Client.modifyInstanceMaintenanceOptions(ModifyInstanceMaintenanceOptionsRequest modifyInstanceMaintenanceOptionsRequest) Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery behavior to default.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifyInstanceMaintenanceOptionsResponseModifier and TypeMethodDescriptionEc2AsyncClient.modifyInstanceMaintenanceOptions(Consumer<ModifyInstanceMaintenanceOptionsRequest.Builder> modifyInstanceMaintenanceOptionsRequest) Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery behavior to default.Ec2AsyncClient.modifyInstanceMaintenanceOptions(ModifyInstanceMaintenanceOptionsRequest modifyInstanceMaintenanceOptionsRequest) Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery behavior to default.