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