Uses of Class
software.amazon.awssdk.services.lambda.model.DurableConfig
Packages that use DurableConfig
-
Uses of DurableConfig in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return DurableConfigModifier and TypeMethodDescriptionfinal DurableConfigCreateFunctionRequest.durableConfig()Configuration settings for durable functions.final DurableConfigCreateFunctionResponse.durableConfig()The function's durable execution configuration settings, if the function is configured for durability.final DurableConfigFunctionConfiguration.durableConfig()The function's durable execution configuration settings, if the function is configured for durability.final DurableConfigGetDurableExecutionResponse.durableConfig()Configuration settings for the durable execution, including execution timeout, retention period for execution history, and an optional ARN of the Key Management Service (KMS) customer managed key that is used to encrypt your durable execution's payload data, including input, output, and error payloads.final DurableConfigGetFunctionConfigurationResponse.durableConfig()The function's durable execution configuration settings, if the function is configured for durability.final DurableConfigPublishVersionResponse.durableConfig()The function's durable execution configuration settings, if the function is configured for durability.final DurableConfigUpdateFunctionCodeResponse.durableConfig()The function's durable execution configuration settings, if the function is configured for durability.final DurableConfigUpdateFunctionConfigurationRequest.durableConfig()Configuration settings for durable functions, including execution timeout, retention period for execution history, and an optional ARN of the Key Management Service (KMS) customer managed key that is used to encrypt your durable execution's payload data, including input, output, and error payloads.final DurableConfigUpdateFunctionConfigurationResponse.durableConfig()The function's durable execution configuration settings, if the function is configured for durability.Methods in software.amazon.awssdk.services.lambda.model with parameters of type DurableConfigModifier and TypeMethodDescriptionCreateFunctionRequest.Builder.durableConfig(DurableConfig durableConfig) Configuration settings for durable functions.CreateFunctionResponse.Builder.durableConfig(DurableConfig durableConfig) The function's durable execution configuration settings, if the function is configured for durability.FunctionConfiguration.Builder.durableConfig(DurableConfig durableConfig) The function's durable execution configuration settings, if the function is configured for durability.GetDurableExecutionResponse.Builder.durableConfig(DurableConfig durableConfig) Configuration settings for the durable execution, including execution timeout, retention period for execution history, and an optional ARN of the Key Management Service (KMS) customer managed key that is used to encrypt your durable execution's payload data, including input, output, and error payloads.GetFunctionConfigurationResponse.Builder.durableConfig(DurableConfig durableConfig) The function's durable execution configuration settings, if the function is configured for durability.PublishVersionResponse.Builder.durableConfig(DurableConfig durableConfig) The function's durable execution configuration settings, if the function is configured for durability.UpdateFunctionCodeResponse.Builder.durableConfig(DurableConfig durableConfig) The function's durable execution configuration settings, if the function is configured for durability.UpdateFunctionConfigurationRequest.Builder.durableConfig(DurableConfig durableConfig) Configuration settings for durable functions, including execution timeout, retention period for execution history, and an optional ARN of the Key Management Service (KMS) customer managed key that is used to encrypt your durable execution's payload data, including input, output, and error payloads.UpdateFunctionConfigurationResponse.Builder.durableConfig(DurableConfig durableConfig) The function's durable execution configuration settings, if the function is configured for durability.