Uses of Enum Class
software.amazon.jsii.JsiiObject.InitializationMode
Packages that use JsiiObject.InitializationMode
-
Uses of JsiiObject.InitializationMode in software.amazon.jsii
Methods in software.amazon.jsii that return JsiiObject.InitializationModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static JsiiObject.InitializationMode[]JsiiObject.InitializationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in software.amazon.jsii with parameters of type JsiiObject.InitializationModeModifierConstructorDescriptionprotectedJsiiObject(JsiiObject.InitializationMode initializationMode) A special constructor that allows creating wrapper objects while bypassing the normal constructor chain.