Uses of Class
software.amazon.awssdk.services.lambda.model.RecursiveLoop
-
Packages that use RecursiveLoop Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of RecursiveLoop in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return RecursiveLoop Modifier and Type Method Description static RecursiveLoop
RecursiveLoop. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecursiveLoop
GetFunctionRecursionConfigResponse. recursiveLoop()
If your function's recursive loop detection configuration isAllow
, Lambda doesn't take any action when it detects your function being invoked as part of a recursive loop.RecursiveLoop
PutFunctionRecursionConfigRequest. recursiveLoop()
If you set your function's recursive loop detection configuration toAllow
, Lambda doesn't take any action when it detects your function being invoked as part of a recursive loop.RecursiveLoop
PutFunctionRecursionConfigResponse. recursiveLoop()
The status of your function's recursive loop detection configuration.static RecursiveLoop
RecursiveLoop. valueOf(String name)
Returns the enum constant of this type with the specified name.static RecursiveLoop[]
RecursiveLoop. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type RecursiveLoop Modifier and Type Method Description static Set<RecursiveLoop>
RecursiveLoop. knownValues()
Methods in software.amazon.awssdk.services.lambda.model with parameters of type RecursiveLoop Modifier and Type Method Description GetFunctionRecursionConfigResponse.Builder
GetFunctionRecursionConfigResponse.Builder. recursiveLoop(RecursiveLoop recursiveLoop)
If your function's recursive loop detection configuration isAllow
, Lambda doesn't take any action when it detects your function being invoked as part of a recursive loop.PutFunctionRecursionConfigRequest.Builder
PutFunctionRecursionConfigRequest.Builder. recursiveLoop(RecursiveLoop recursiveLoop)
If you set your function's recursive loop detection configuration toAllow
, Lambda doesn't take any action when it detects your function being invoked as part of a recursive loop.PutFunctionRecursionConfigResponse.Builder
PutFunctionRecursionConfigResponse.Builder. recursiveLoop(RecursiveLoop recursiveLoop)
The status of your function's recursive loop detection configuration.
-