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 RecursiveLoopRecursiveLoop. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecursiveLoopGetFunctionRecursionConfigResponse. 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.RecursiveLoopPutFunctionRecursionConfigRequest. 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.RecursiveLoopPutFunctionRecursionConfigResponse. recursiveLoop()The status of your function's recursive loop detection configuration.static RecursiveLoopRecursiveLoop. 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.BuilderGetFunctionRecursionConfigResponse.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.BuilderPutFunctionRecursionConfigRequest.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.BuilderPutFunctionRecursionConfigResponse.Builder. recursiveLoop(RecursiveLoop recursiveLoop)The status of your function's recursive loop detection configuration.
-