Uses of Class
software.amazon.awssdk.services.emr.model.ScalingStrategy
-
Packages that use ScalingStrategy Package Description software.amazon.awssdk.services.emr.model -
-
Uses of ScalingStrategy in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ScalingStrategy Modifier and Type Method Description static ScalingStrategyScalingStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScalingStrategyManagedScalingPolicy. scalingStrategy()Determines whether a custom scaling utilization performance index can be set.static ScalingStrategyScalingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ScalingStrategy[]ScalingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type ScalingStrategy Modifier and Type Method Description static Set<ScalingStrategy>ScalingStrategy. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type ScalingStrategy Modifier and Type Method Description ManagedScalingPolicy.BuilderManagedScalingPolicy.Builder. scalingStrategy(ScalingStrategy scalingStrategy)Determines whether a custom scaling utilization performance index can be set.
-