Uses of Interface
software.amazon.awssdk.services.applicationautoscaling.model.PredictiveScalingMetric.Builder
-
Packages that use PredictiveScalingMetric.Builder Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of PredictiveScalingMetric.Builder in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return PredictiveScalingMetric.Builder Modifier and Type Method Description static PredictiveScalingMetric.BuilderPredictiveScalingMetric. builder()PredictiveScalingMetric.BuilderPredictiveScalingMetric.Builder. dimensions(Collection<PredictiveScalingMetricDimension> dimensions)Describes the dimensions of the metric.PredictiveScalingMetric.BuilderPredictiveScalingMetric.Builder. dimensions(Consumer<PredictiveScalingMetricDimension.Builder>... dimensions)Describes the dimensions of the metric.PredictiveScalingMetric.BuilderPredictiveScalingMetric.Builder. dimensions(PredictiveScalingMetricDimension... dimensions)Describes the dimensions of the metric.PredictiveScalingMetric.BuilderPredictiveScalingMetric.Builder. metricName(String metricName)The name of the metric.PredictiveScalingMetric.BuilderPredictiveScalingMetric.Builder. namespace(String namespace)The namespace of the metric.PredictiveScalingMetric.BuilderPredictiveScalingMetric. toBuilder()Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type PredictiveScalingMetric.Builder Modifier and Type Method Description static Class<? extends PredictiveScalingMetric.Builder>PredictiveScalingMetric. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.applicationautoscaling.model with type arguments of type PredictiveScalingMetric.Builder Modifier and Type Method Description default PredictiveScalingMetricStat.BuilderPredictiveScalingMetricStat.Builder. metric(Consumer<PredictiveScalingMetric.Builder> metric)The CloudWatch metric to return, including the metric name, namespace, and dimensions.
-