Uses of Class
io.github.cdklabs.awslambdarust.PackageManagerType
-
-
Uses of PackageManagerType in io.github.cdklabs.awslambdarust
Methods in io.github.cdklabs.awslambdarust that return PackageManagerType Modifier and Type Method Description default PackageManagerTypeBundlingOptions. getPackageManagerType()(experimental) The type of package manager to use.PackageManagerTypeBundlingOptions.Jsii$Proxy. getPackageManagerType()static PackageManagerTypePackageManagerType. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageManagerType[]PackageManagerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.awslambdarust with parameters of type PackageManagerType Modifier and Type Method Description BundlingOptions.BuilderBundlingOptions.Builder. packageManagerType(PackageManagerType packageManagerType)Sets the value ofBundlingOptions.getPackageManagerType()
-