Uses of Interface
software.amazon.awssdk.services.autoscaling.model.PredictiveScalingCustomizedScalingMetric.Builder
-
Packages that use PredictiveScalingCustomizedScalingMetric.Builder Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of PredictiveScalingCustomizedScalingMetric.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return PredictiveScalingCustomizedScalingMetric.Builder Modifier and Type Method Description static PredictiveScalingCustomizedScalingMetric.BuilderPredictiveScalingCustomizedScalingMetric. builder()PredictiveScalingCustomizedScalingMetric.BuilderPredictiveScalingCustomizedScalingMetric.Builder. metricDataQueries(Collection<MetricDataQuery> metricDataQueries)One or more metric data queries to provide the data points for a scaling metric.PredictiveScalingCustomizedScalingMetric.BuilderPredictiveScalingCustomizedScalingMetric.Builder. metricDataQueries(Consumer<MetricDataQuery.Builder>... metricDataQueries)One or more metric data queries to provide the data points for a scaling metric.PredictiveScalingCustomizedScalingMetric.BuilderPredictiveScalingCustomizedScalingMetric.Builder. metricDataQueries(MetricDataQuery... metricDataQueries)One or more metric data queries to provide the data points for a scaling metric.PredictiveScalingCustomizedScalingMetric.BuilderPredictiveScalingCustomizedScalingMetric. toBuilder()Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type PredictiveScalingCustomizedScalingMetric.Builder Modifier and Type Method Description static Class<? extends PredictiveScalingCustomizedScalingMetric.Builder>PredictiveScalingCustomizedScalingMetric. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type PredictiveScalingCustomizedScalingMetric.Builder Modifier and Type Method Description default PredictiveScalingMetricSpecification.BuilderPredictiveScalingMetricSpecification.Builder. customizedScalingMetricSpecification(Consumer<PredictiveScalingCustomizedScalingMetric.Builder> customizedScalingMetricSpecification)The customized scaling metric specification.
-