| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Method and Description |
|---|---|
default SizeRoundingBehavior |
SizeConversionOptions.getRounding()
(experimental) 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.
|
| Modifier and Type | Method and Description |
|---|---|
SizeConversionOptions.Builder |
SizeConversionOptions.Builder.rounding(SizeRoundingBehavior rounding)
Sets the value of
SizeConversionOptions.getRounding() |
| Constructor and Description |
|---|
Jsii$Proxy(SizeRoundingBehavior rounding)
Constructor that initializes the object based on literal property values passed by the
SizeConversionOptions.Builder. |
Copyright © 2021. All rights reserved.