Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.ObjectNotFoundException
-
Packages that use ObjectNotFoundException Package Description software.amazon.awssdk.services.autoscalingplans AWS Auto Scaling -
-
Uses of ObjectNotFoundException in software.amazon.awssdk.services.autoscalingplans
Methods in software.amazon.awssdk.services.autoscalingplans that throw ObjectNotFoundException Modifier and Type Method Description default DeleteScalingPlanResponseAutoScalingPlansClient. deleteScalingPlan(Consumer<DeleteScalingPlanRequest.Builder> deleteScalingPlanRequest)Deletes the specified scaling plan.default DeleteScalingPlanResponseAutoScalingPlansClient. deleteScalingPlan(DeleteScalingPlanRequest deleteScalingPlanRequest)Deletes the specified scaling plan.default UpdateScalingPlanResponseAutoScalingPlansClient. updateScalingPlan(Consumer<UpdateScalingPlanRequest.Builder> updateScalingPlanRequest)Updates the specified scaling plan.default UpdateScalingPlanResponseAutoScalingPlansClient. updateScalingPlan(UpdateScalingPlanRequest updateScalingPlanRequest)Updates the specified scaling plan.
-