Uses of Interface
software.amazon.awssdk.services.lambda.model.GetDurableExecutionHistoryRequest.Builder
Packages that use GetDurableExecutionHistoryRequest.Builder
Package
Description
-
Uses of GetDurableExecutionHistoryRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type GetDurableExecutionHistoryRequest.BuilderModifier and TypeMethodDescriptionLambdaAsyncClient.getDurableExecutionHistory(Consumer<GetDurableExecutionHistoryRequest.Builder> getDurableExecutionHistoryRequest) Retrieves the execution history for a durable execution, showing all the steps, callbacks, and events that occurred during the execution.LambdaClient.getDurableExecutionHistory(Consumer<GetDurableExecutionHistoryRequest.Builder> getDurableExecutionHistoryRequest) Retrieves the execution history for a durable execution, showing all the steps, callbacks, and events that occurred during the execution.LambdaAsyncClient.getDurableExecutionHistoryPaginator(Consumer<GetDurableExecutionHistoryRequest.Builder> getDurableExecutionHistoryRequest) This is a variant ofLambdaAsyncClient.getDurableExecutionHistory(software.amazon.awssdk.services.lambda.model.GetDurableExecutionHistoryRequest)operation.LambdaClient.getDurableExecutionHistoryPaginator(Consumer<GetDurableExecutionHistoryRequest.Builder> getDurableExecutionHistoryRequest) This is a variant ofLambdaClient.getDurableExecutionHistory(software.amazon.awssdk.services.lambda.model.GetDurableExecutionHistoryRequest)operation. -
Uses of GetDurableExecutionHistoryRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return GetDurableExecutionHistoryRequest.BuilderModifier and TypeMethodDescriptionGetDurableExecutionHistoryRequest.builder()GetDurableExecutionHistoryRequest.Builder.durableExecutionArn(String durableExecutionArn) The Amazon Resource Name (ARN) of the durable execution.GetDurableExecutionHistoryRequest.Builder.includeExecutionData(Boolean includeExecutionData) Specifies whether to include execution data such as step results and callback payloads in the history events.IfNextMarkerwas returned from a previous request, use this value to retrieve the next page of results.The maximum number of history events to return per call.GetDurableExecutionHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetDurableExecutionHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetDurableExecutionHistoryRequest.Builder.reverseOrder(Boolean reverseOrder) When set totrue, returns the history events in reverse chronological order (newest first).GetDurableExecutionHistoryRequest.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type GetDurableExecutionHistoryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDurableExecutionHistoryRequest.Builder>GetDurableExecutionHistoryRequest.serializableBuilderClass()