Uses of Class
software.amazon.awssdk.services.sfn.model.HistoryEvent
Packages that use HistoryEvent
Package
Description
-
Uses of HistoryEvent in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type HistoryEventModifier and TypeMethodDescriptionfinal List<HistoryEvent>GetExecutionHistoryResponse.events()The list of events that occurred in the execution.Methods in software.amazon.awssdk.services.sfn.model with parameters of type HistoryEventModifier and TypeMethodDescriptionGetExecutionHistoryResponse.Builder.events(HistoryEvent... events) The list of events that occurred in the execution.Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type HistoryEventModifier and TypeMethodDescriptionGetExecutionHistoryResponse.Builder.events(Collection<HistoryEvent> events) The list of events that occurred in the execution. -
Uses of HistoryEvent in software.amazon.awssdk.services.sfn.paginators
Methods in software.amazon.awssdk.services.sfn.paginators that return types with arguments of type HistoryEventModifier and TypeMethodDescriptionfinal SdkIterable<HistoryEvent>GetExecutionHistoryIterable.events()Returns an iterable to iterate through the paginatedGetExecutionHistoryResponse.events()member.final SdkPublisher<HistoryEvent>GetExecutionHistoryPublisher.events()Returns a publisher that can be used to get a stream of data.