Uses of Interface
software.amazon.awssdk.services.applicationautoscaling.model.PredictiveScalingMetricDimension.Builder
-
Packages that use PredictiveScalingMetricDimension.Builder Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of PredictiveScalingMetricDimension.Builder in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return PredictiveScalingMetricDimension.Builder Modifier and Type Method Description static PredictiveScalingMetricDimension.BuilderPredictiveScalingMetricDimension. builder()PredictiveScalingMetricDimension.BuilderPredictiveScalingMetricDimension.Builder. name(String name)The name of the dimension.PredictiveScalingMetricDimension.BuilderPredictiveScalingMetricDimension. toBuilder()PredictiveScalingMetricDimension.BuilderPredictiveScalingMetricDimension.Builder. value(String value)The value of the dimension.Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type PredictiveScalingMetricDimension.Builder Modifier and Type Method Description static Class<? extends PredictiveScalingMetricDimension.Builder>PredictiveScalingMetricDimension. serializableBuilderClass()
-