Uses of Enum
software.amazon.awscdk.core.BundlingOutput
Packages that use BundlingOutput
-
Uses of BundlingOutput in software.amazon.awscdk.core
Methods in software.amazon.awscdk.core that return BundlingOutputModifier and TypeMethodDescriptiondefault BundlingOutputBundlingOptions.getOutputType()The type of output that this bundling operation is producing.final BundlingOutputBundlingOptions.Jsii$Proxy.getOutputType()static BundlingOutputReturns the enum constant of this type with the specified name.static BundlingOutput[]BundlingOutput.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.core with parameters of type BundlingOutputModifier and TypeMethodDescriptionBundlingOptions.Builder.outputType(BundlingOutput outputType) Sets the value ofBundlingOptions.getOutputType()