Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Enum Classes
  • Record Classes
  • Methods
  • Deprecated Interfaces
    Interface
    Description
    software.amazon.lambda.durable.plugin.DurableExecutionPlugin
    This is a preview API that is experimental and may be changed or removed in future releases.
  • Deprecated Classes
    Class
    Description
    software.amazon.lambda.durable.plugin.PluginInfoConverter
    This is a preview API that is experimental and may be changed or removed in future releases.
    software.amazon.lambda.durable.plugin.PluginRunner
    This is a preview API that is experimental and may be changed or removed in future releases.
  • Deprecated Enum Classes
    Enum Class
    Description
    software.amazon.lambda.durable.plugin.InvocationStatus
    This is a preview API that is experimental and may be changed or removed in future releases.
  • Deprecated Record Classes
    Record Class
    Description
    software.amazon.lambda.durable.plugin.InvocationEndInfo
    This is a preview API that is experimental and may be changed or removed in future releases.
    software.amazon.lambda.durable.plugin.InvocationInfo
    This is a preview API that is experimental and may be changed or removed in future releases.
    software.amazon.lambda.durable.plugin.OperationEndInfo
    This is a preview API that is experimental and may be changed or removed in future releases.
    software.amazon.lambda.durable.plugin.OperationInfo
    This is a preview API that is experimental and may be changed or removed in future releases.
    software.amazon.lambda.durable.plugin.UserFunctionEndInfo
    This is a preview API that is experimental and may be changed or removed in future releases.
    software.amazon.lambda.durable.plugin.UserFunctionStartInfo
    This is a preview API that is experimental and may be changed or removed in future releases.
  • Deprecated Methods
    Method
    Description
    software.amazon.lambda.durable.DurableConfig.Builder.withPlugins(DurableExecutionPlugin...)
    This is a preview API that is experimental and may be changed or removed in future releases.
    software.amazon.lambda.durable.DurableConfig.getPluginRunner()
    This is a preview API that is experimental and may be changed or removed in future releases.
    software.amazon.lambda.durable.DurableContext.step(String, Class<T>, Supplier<T>)
    use the variants accepting StepContext instead
    software.amazon.lambda.durable.DurableContext.step(String, Class<T>, Supplier<T>, StepConfig)
    use the variants accepting StepContext instead
    software.amazon.lambda.durable.DurableContext.step(String, TypeToken<T>, Supplier<T>)
    use the variants accepting StepContext instead
    software.amazon.lambda.durable.DurableContext.step(String, TypeToken<T>, Supplier<T>, StepConfig)
    use the variants accepting StepContext instead
    software.amazon.lambda.durable.DurableContext.stepAsync(String, Class<T>, Supplier<T>)
    use the variants accepting StepContext instead
    software.amazon.lambda.durable.DurableContext.stepAsync(String, Class<T>, Supplier<T>, StepConfig)
    use the variants accepting StepContext instead
    software.amazon.lambda.durable.DurableContext.stepAsync(String, TypeToken<T>, Supplier<T>)
    use the variants accepting StepContext instead
    software.amazon.lambda.durable.DurableContext.stepAsync(String, TypeToken<T>, Supplier<T>, StepConfig)
    use the variants accepting StepContext instead

Copyright © 2026. All rights reserved.