Uses of Interface
software.amazon.awssdk.services.autoscalingplans.model.PredefinedScalingMetricSpecification.Builder
-
Packages that use PredefinedScalingMetricSpecification.Builder Package Description software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of PredefinedScalingMetricSpecification.Builder in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return PredefinedScalingMetricSpecification.Builder Modifier and Type Method Description static PredefinedScalingMetricSpecification.BuilderPredefinedScalingMetricSpecification. builder()PredefinedScalingMetricSpecification.BuilderPredefinedScalingMetricSpecification.Builder. predefinedScalingMetricType(String predefinedScalingMetricType)The metric type.PredefinedScalingMetricSpecification.BuilderPredefinedScalingMetricSpecification.Builder. predefinedScalingMetricType(ScalingMetricType predefinedScalingMetricType)The metric type.PredefinedScalingMetricSpecification.BuilderPredefinedScalingMetricSpecification.Builder. resourceLabel(String resourceLabel)Identifies the resource associated with the metric type.PredefinedScalingMetricSpecification.BuilderPredefinedScalingMetricSpecification. toBuilder()Methods in software.amazon.awssdk.services.autoscalingplans.model that return types with arguments of type PredefinedScalingMetricSpecification.Builder Modifier and Type Method Description static Class<? extends PredefinedScalingMetricSpecification.Builder>PredefinedScalingMetricSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.autoscalingplans.model with type arguments of type PredefinedScalingMetricSpecification.Builder Modifier and Type Method Description default TargetTrackingConfiguration.BuilderTargetTrackingConfiguration.Builder. predefinedScalingMetricSpecification(Consumer<PredefinedScalingMetricSpecification.Builder> predefinedScalingMetricSpecification)A predefined metric.
-