Uses of Enum
software.amazon.awssdk.services.lambda.model.RecursiveLoop
Packages that use RecursiveLoop
-
Uses of RecursiveLoop in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return RecursiveLoopModifier and TypeMethodDescriptionstatic RecursiveLoopUse this in place of valueOf to convert the raw string returned by the service into the enum value.final 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.final 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.final RecursiveLoopPutFunctionRecursionConfigResponse.recursiveLoop()The status of your function's recursive loop detection configuration.static RecursiveLoopReturns 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 RecursiveLoopMethods in software.amazon.awssdk.services.lambda.model with parameters of type RecursiveLoopModifier and TypeMethodDescriptionGetFunctionRecursionConfigResponse.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.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.recursiveLoop(RecursiveLoop recursiveLoop) The status of your function's recursive loop detection configuration.