Uses of Class
software.amazon.awssdk.services.finspace.model.AutoScalingMetric
-
Packages that use AutoScalingMetric Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of AutoScalingMetric in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return AutoScalingMetric Modifier and Type Method Description AutoScalingMetricAutoScalingConfiguration. autoScalingMetric()The metric your cluster will track in order to scale in and out.static AutoScalingMetricAutoScalingMetric. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoScalingMetricAutoScalingMetric. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoScalingMetric[]AutoScalingMetric. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type AutoScalingMetric Modifier and Type Method Description static Set<AutoScalingMetric>AutoScalingMetric. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type AutoScalingMetric Modifier and Type Method Description AutoScalingConfiguration.BuilderAutoScalingConfiguration.Builder. autoScalingMetric(AutoScalingMetric autoScalingMetric)The metric your cluster will track in order to scale in and out.
-