Uses of Interface
org.cdk8s.plus25.ScalingPolicy
-
Packages that use ScalingPolicy Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ScalingPolicy in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement ScalingPolicy Modifier and Type Class Description static classScalingPolicy.Jsii$ProxyAn implementation forScalingPolicyMethods in org.cdk8s.plus25 that return ScalingPolicy Modifier and Type Method Description ScalingPolicyScalingPolicy.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 that return types with arguments of type ScalingPolicy Modifier and Type Method Description default List<ScalingPolicy>ScalingRules. getPolicies()The scaling policies.List<ScalingPolicy>ScalingRules.Jsii$Proxy. getPolicies()Method parameters in org.cdk8s.plus25 with type arguments of type ScalingPolicy Modifier and Type Method Description ScalingRules.BuilderScalingRules.Builder. policies(List<? extends ScalingPolicy> policies)Sets the value ofScalingRules.getPolicies()
-