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