Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.LoadMetricType
-
Packages that use LoadMetricType Package Description software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of LoadMetricType in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return LoadMetricType Modifier and Type Method Description static LoadMetricTypeLoadMetricType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LoadMetricTypePredefinedLoadMetricSpecification. predefinedLoadMetricType()The metric type.static LoadMetricTypeLoadMetricType. valueOf(String name)Returns the enum constant of this type with the specified name.static LoadMetricType[]LoadMetricType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.autoscalingplans.model that return types with arguments of type LoadMetricType Modifier and Type Method Description static Set<LoadMetricType>LoadMetricType. knownValues()Methods in software.amazon.awssdk.services.autoscalingplans.model with parameters of type LoadMetricType Modifier and Type Method Description PredefinedLoadMetricSpecification.BuilderPredefinedLoadMetricSpecification.Builder. predefinedLoadMetricType(LoadMetricType predefinedLoadMetricType)The metric type.
-