Uses of Class
software.amazon.awssdk.services.lambda.model.CapacityProviderPredefinedMetricType
-
Packages that use CapacityProviderPredefinedMetricType Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of CapacityProviderPredefinedMetricType in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return CapacityProviderPredefinedMetricType Modifier and Type Method Description static CapacityProviderPredefinedMetricTypeCapacityProviderPredefinedMetricType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CapacityProviderPredefinedMetricTypeTargetTrackingScalingPolicy. predefinedMetricType()The predefined metric type to track for scaling decisions.static CapacityProviderPredefinedMetricTypeCapacityProviderPredefinedMetricType. valueOf(String name)Returns the enum constant of this type with the specified name.static CapacityProviderPredefinedMetricType[]CapacityProviderPredefinedMetricType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type CapacityProviderPredefinedMetricType Modifier and Type Method Description static Set<CapacityProviderPredefinedMetricType>CapacityProviderPredefinedMetricType. knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type CapacityProviderPredefinedMetricType Modifier and Type Method Description TargetTrackingScalingPolicy.BuilderTargetTrackingScalingPolicy.Builder. predefinedMetricType(CapacityProviderPredefinedMetricType predefinedMetricType)The predefined metric type to track for scaling decisions.
-