Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.NotScaledReason
-
Packages that use NotScaledReason Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of NotScaledReason in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type NotScaledReason Modifier and Type Method Description List<NotScaledReason>ScalingActivity. notScaledReasons()Machine-readable data that describes the reason for a not scaled activity.Methods in software.amazon.awssdk.services.applicationautoscaling.model with parameters of type NotScaledReason Modifier and Type Method Description ScalingActivity.BuilderScalingActivity.Builder. notScaledReasons(NotScaledReason... notScaledReasons)Machine-readable data that describes the reason for a not scaled activity.Method parameters in software.amazon.awssdk.services.applicationautoscaling.model with type arguments of type NotScaledReason Modifier and Type Method Description ScalingActivity.BuilderScalingActivity.Builder. notScaledReasons(Collection<NotScaledReason> notScaledReasons)Machine-readable data that describes the reason for a not scaled activity.
-