Uses of Interface
software.amazon.awssdk.services.lambda.model.ContextOptions.Builder
-
Packages that use ContextOptions.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of ContextOptions.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ContextOptions.Builder Modifier and Type Method Description static ContextOptions.BuilderContextOptions. builder()ContextOptions.BuilderContextOptions.Builder. replayChildren(Boolean replayChildren)Whether the state data of children of the completed context should be included in the invoke payload andGetDurableExecutionStateresponse.ContextOptions.BuilderContextOptions. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type ContextOptions.Builder Modifier and Type Method Description static Class<? extends ContextOptions.Builder>ContextOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type ContextOptions.Builder Modifier and Type Method Description default OperationUpdate.BuilderOperationUpdate.Builder. contextOptions(Consumer<ContextOptions.Builder> contextOptions)Options for context operations.
-