Uses of Class
software.amazon.awssdk.services.swf.model.HistoryEvent
-
Packages that use HistoryEvent Package Description software.amazon.awssdk.services.swf.model software.amazon.awssdk.services.swf.paginators -
-
Uses of HistoryEvent in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type HistoryEvent Modifier and Type Method Description List<HistoryEvent>GetWorkflowExecutionHistoryResponse. events()The list of history events.List<HistoryEvent>PollForDecisionTaskResponse. events()A paginated list of history events of the workflow execution.Methods in software.amazon.awssdk.services.swf.model with parameters of type HistoryEvent Modifier and Type Method Description GetWorkflowExecutionHistoryResponse.BuilderGetWorkflowExecutionHistoryResponse.Builder. events(HistoryEvent... events)The list of history events.PollForDecisionTaskResponse.BuilderPollForDecisionTaskResponse.Builder. events(HistoryEvent... events)A paginated list of history events of the workflow execution.Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type HistoryEvent Modifier and Type Method Description GetWorkflowExecutionHistoryResponse.BuilderGetWorkflowExecutionHistoryResponse.Builder. events(Collection<HistoryEvent> events)The list of history events.PollForDecisionTaskResponse.BuilderPollForDecisionTaskResponse.Builder. events(Collection<HistoryEvent> events)A paginated list of history events of the workflow execution. -
Uses of HistoryEvent in software.amazon.awssdk.services.swf.paginators
Methods in software.amazon.awssdk.services.swf.paginators that return types with arguments of type HistoryEvent Modifier and Type Method Description SdkIterable<HistoryEvent>GetWorkflowExecutionHistoryIterable. events()Returns an iterable to iterate through the paginatedGetWorkflowExecutionHistoryResponse.events()member.SdkPublisher<HistoryEvent>GetWorkflowExecutionHistoryPublisher. events()Returns a publisher that can be used to get a stream of data.SdkIterable<HistoryEvent>PollForDecisionTaskIterable. events()Returns an iterable to iterate through the paginatedPollForDecisionTaskResponse.events()member.SdkPublisher<HistoryEvent>PollForDecisionTaskPublisher. events()Returns a publisher that can be used to get a stream of data.
-