Uses of Class
software.amazon.awssdk.services.sfn.model.HistoryEvent
-
Packages that use HistoryEvent Package Description software.amazon.awssdk.services.sfn.model software.amazon.awssdk.services.sfn.paginators -
-
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 HistoryEvent Modifier and Type Method Description 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 HistoryEvent Modifier and Type Method Description GetExecutionHistoryResponse.BuilderGetExecutionHistoryResponse.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 HistoryEvent Modifier and Type Method Description GetExecutionHistoryResponse.BuilderGetExecutionHistoryResponse.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 HistoryEvent Modifier and Type Method Description SdkIterable<HistoryEvent>GetExecutionHistoryIterable. events()Returns an iterable to iterate through the paginatedGetExecutionHistoryResponse.events()member.SdkPublisher<HistoryEvent>GetExecutionHistoryPublisher. events()Returns a publisher that can be used to get a stream of data.
-