Uses of Interface
io.github.cdklabs.awslambdarust.BundlingOptions
-
-
Uses of BundlingOptions in io.github.cdklabs.awslambdarust
Classes in io.github.cdklabs.awslambdarust that implement BundlingOptions Modifier and Type Class Description static classBundlingOptions.Jsii$ProxyAn implementation forBundlingOptionsMethods in io.github.cdklabs.awslambdarust that return BundlingOptions Modifier and Type Method Description BundlingOptionsBundlingOptions.Builder. build()Builds the configured instance.default BundlingOptionsRustFunctionProps. getBundling()(experimental) Bundling options.BundlingOptionsRustFunctionProps.Jsii$Proxy. getBundling()Methods in io.github.cdklabs.awslambdarust with parameters of type BundlingOptions Modifier and Type Method Description RustFunction.BuilderRustFunction.Builder. bundling(BundlingOptions bundling)(experimental) Bundling options.RustFunctionProps.BuilderRustFunctionProps.Builder. bundling(BundlingOptions bundling)Sets the value ofRustFunctionProps.getBundling()
-