Uses of Class
org.cdk8s.SizeRoundingBehavior
-
-
Uses of SizeRoundingBehavior in org.cdk8s
Methods in org.cdk8s that return SizeRoundingBehavior Modifier and Type Method Description default SizeRoundingBehavior
SizeConversionOptions. getRounding()
How conversions should behave when it encounters a non-integer result.SizeRoundingBehavior
SizeConversionOptions.Jsii$Proxy. getRounding()
static SizeRoundingBehavior
SizeRoundingBehavior. valueOf(String name)
Returns the enum constant of this type with the specified name.static SizeRoundingBehavior[]
SizeRoundingBehavior. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s with parameters of type SizeRoundingBehavior Modifier and Type Method Description SizeConversionOptions.Builder
SizeConversionOptions.Builder. rounding(SizeRoundingBehavior rounding)
Sets the value ofSizeConversionOptions.getRounding()
-