Uses of Enum
software.amazon.awscdk.SizeRoundingBehavior
Packages that use SizeRoundingBehavior
-
Uses of SizeRoundingBehavior in software.amazon.awscdk
Methods in software.amazon.awscdk that return SizeRoundingBehaviorModifier and TypeMethodDescriptiondefault SizeRoundingBehaviorSizeConversionOptions.getRounding()How conversions should behave when it encounters a non-integer result.final SizeRoundingBehaviorSizeConversionOptions.Jsii$Proxy.getRounding()static SizeRoundingBehaviorReturns 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 software.amazon.awscdk with parameters of type SizeRoundingBehaviorModifier and TypeMethodDescriptionSizeConversionOptions.Builder.rounding(SizeRoundingBehavior rounding) Sets the value ofSizeConversionOptions.getRounding()