Uses of Interface
software.amazon.awscdk.services.lambda.ResourceBindOptions
Packages that use ResourceBindOptions
-
Uses of ResourceBindOptions in software.amazon.awscdk.services.lambda
Classes in software.amazon.awscdk.services.lambda that implement ResourceBindOptionsMethods in software.amazon.awscdk.services.lambda that return ResourceBindOptionsModifier and TypeMethodDescriptionResourceBindOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.lambda with parameters of type ResourceBindOptionsModifier and TypeMethodDescriptionvoidAssetCode.bindToResource(CfnResource resource, ResourceBindOptions options) Called after the CFN function resource has been created to allow the code class to bind to it.voidAssetImageCode.bindToResource(CfnResource resource, ResourceBindOptions options) Called after the CFN function resource has been created to allow the code class to bind to it.voidCode.bindToResource(CfnResource _resource, ResourceBindOptions _options) Called after the CFN function resource has been created to allow the code class to bind to it.