Uses of Enum
software.amazon.awssdk.services.lambda.model.CapacityProviderPredefinedMetricType
Packages that use CapacityProviderPredefinedMetricType
-
Uses of CapacityProviderPredefinedMetricType in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return CapacityProviderPredefinedMetricTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.TargetTrackingScalingPolicy.predefinedMetricType()The predefined metric type to track for scaling decisions.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 CapacityProviderPredefinedMetricTypeMethods in software.amazon.awssdk.services.lambda.model with parameters of type CapacityProviderPredefinedMetricTypeModifier and TypeMethodDescriptionTargetTrackingScalingPolicy.Builder.predefinedMetricType(CapacityProviderPredefinedMetricType predefinedMetricType) The predefined metric type to track for scaling decisions.