Uses of Enum Class
software.amazon.awscdk.services.lambda.RecursiveLoop
Packages that use RecursiveLoop
Package
Description
AWS Lambda Construct Library
Amazon Lambda Node.js Library
Triggers
-
Uses of RecursiveLoop in software.amazon.awscdk.services.cloudfront.experimental
Methods in software.amazon.awscdk.services.cloudfront.experimental that return RecursiveLoopModifier and TypeMethodDescriptionfinal RecursiveLoop
EdgeFunctionProps.Jsii$Proxy.getRecursiveLoop()
Methods in software.amazon.awscdk.services.cloudfront.experimental with parameters of type RecursiveLoopModifier and TypeMethodDescriptionEdgeFunction.Builder.recursiveLoop
(RecursiveLoop recursiveLoop) Sets the Recursive Loop Protection for Lambda Function.EdgeFunctionProps.Builder.recursiveLoop
(RecursiveLoop recursiveLoop) Sets the value ofFunctionOptions.getRecursiveLoop()
-
Uses of RecursiveLoop in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return RecursiveLoopModifier and TypeMethodDescriptionfinal RecursiveLoop
DockerImageFunctionProps.Jsii$Proxy.getRecursiveLoop()
default RecursiveLoop
FunctionOptions.getRecursiveLoop()
Sets the Recursive Loop Protection for Lambda Function.final RecursiveLoop
FunctionOptions.Jsii$Proxy.getRecursiveLoop()
final RecursiveLoop
FunctionProps.Jsii$Proxy.getRecursiveLoop()
final RecursiveLoop
SingletonFunctionProps.Jsii$Proxy.getRecursiveLoop()
static RecursiveLoop
Returns the enum constant of this class with the specified name.static RecursiveLoop[]
RecursiveLoop.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.lambda with parameters of type RecursiveLoopModifier and TypeMethodDescriptionDockerImageFunction.Builder.recursiveLoop
(RecursiveLoop recursiveLoop) Sets the Recursive Loop Protection for Lambda Function.DockerImageFunctionProps.Builder.recursiveLoop
(RecursiveLoop recursiveLoop) Sets the value ofFunctionOptions.getRecursiveLoop()
Function.Builder.recursiveLoop
(RecursiveLoop recursiveLoop) Sets the Recursive Loop Protection for Lambda Function.FunctionOptions.Builder.recursiveLoop
(RecursiveLoop recursiveLoop) Sets the value ofFunctionOptions.getRecursiveLoop()
FunctionProps.Builder.recursiveLoop
(RecursiveLoop recursiveLoop) Sets the value ofFunctionOptions.getRecursiveLoop()
SingletonFunction.Builder.recursiveLoop
(RecursiveLoop recursiveLoop) Sets the Recursive Loop Protection for Lambda Function.SingletonFunctionProps.Builder.recursiveLoop
(RecursiveLoop recursiveLoop) Sets the value ofFunctionOptions.getRecursiveLoop()
-
Uses of RecursiveLoop in software.amazon.awscdk.services.lambda.nodejs
Methods in software.amazon.awscdk.services.lambda.nodejs that return RecursiveLoopModifier and TypeMethodDescriptionfinal RecursiveLoop
NodejsFunctionProps.Jsii$Proxy.getRecursiveLoop()
Methods in software.amazon.awscdk.services.lambda.nodejs with parameters of type RecursiveLoopModifier and TypeMethodDescriptionNodejsFunction.Builder.recursiveLoop
(RecursiveLoop recursiveLoop) Sets the Recursive Loop Protection for Lambda Function.NodejsFunctionProps.Builder.recursiveLoop
(RecursiveLoop recursiveLoop) Sets the value ofFunctionOptions.getRecursiveLoop()
-
Uses of RecursiveLoop in software.amazon.awscdk.triggers
Methods in software.amazon.awscdk.triggers that return RecursiveLoopModifier and TypeMethodDescriptionfinal RecursiveLoop
TriggerFunctionProps.Jsii$Proxy.getRecursiveLoop()
Methods in software.amazon.awscdk.triggers with parameters of type RecursiveLoopModifier and TypeMethodDescriptionTriggerFunction.Builder.recursiveLoop
(RecursiveLoop recursiveLoop) Sets the Recursive Loop Protection for Lambda Function.TriggerFunctionProps.Builder.recursiveLoop
(RecursiveLoop recursiveLoop) Sets the value ofFunctionOptions.getRecursiveLoop()