Uses of Interface
software.amazon.awssdk.services.applicationautoscaling.model.PredictiveScalingMetricStat.Builder
-
Packages that use PredictiveScalingMetricStat.Builder Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of PredictiveScalingMetricStat.Builder in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return PredictiveScalingMetricStat.Builder Modifier and Type Method Description static PredictiveScalingMetricStat.BuilderPredictiveScalingMetricStat. builder()default PredictiveScalingMetricStat.BuilderPredictiveScalingMetricStat.Builder. metric(Consumer<PredictiveScalingMetric.Builder> metric)The CloudWatch metric to return, including the metric name, namespace, and dimensions.PredictiveScalingMetricStat.BuilderPredictiveScalingMetricStat.Builder. metric(PredictiveScalingMetric metric)The CloudWatch metric to return, including the metric name, namespace, and dimensions.PredictiveScalingMetricStat.BuilderPredictiveScalingMetricStat.Builder. stat(String stat)The statistic to return.PredictiveScalingMetricStat.BuilderPredictiveScalingMetricStat. toBuilder()PredictiveScalingMetricStat.BuilderPredictiveScalingMetricStat.Builder. unit(String unit)The unit to use for the returned data points.Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type PredictiveScalingMetricStat.Builder Modifier and Type Method Description static Class<? extends PredictiveScalingMetricStat.Builder>PredictiveScalingMetricStat. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.applicationautoscaling.model with type arguments of type PredictiveScalingMetricStat.Builder Modifier and Type Method Description default PredictiveScalingMetricDataQuery.BuilderPredictiveScalingMetricDataQuery.Builder. metricStat(Consumer<PredictiveScalingMetricStat.Builder> metricStat)Information about the metric data to return.
-