Uses of Interface
software.amazon.awssdk.services.sfn.model.GetExecutionHistoryResponse.Builder
-
Packages that use GetExecutionHistoryResponse.Builder Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of GetExecutionHistoryResponse.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return GetExecutionHistoryResponse.Builder Modifier and Type Method Description static GetExecutionHistoryResponse.BuilderGetExecutionHistoryResponse. builder()GetExecutionHistoryResponse.BuilderGetExecutionHistoryResponse.Builder. events(Collection<HistoryEvent> events)The list of events that occurred in the execution.GetExecutionHistoryResponse.BuilderGetExecutionHistoryResponse.Builder. events(Consumer<HistoryEvent.Builder>... events)The list of events that occurred in the execution.GetExecutionHistoryResponse.BuilderGetExecutionHistoryResponse.Builder. events(HistoryEvent... events)The list of events that occurred in the execution.GetExecutionHistoryResponse.BuilderGetExecutionHistoryResponse.Builder. nextToken(String nextToken)IfnextTokenis returned, there are more results available.GetExecutionHistoryResponse.BuilderGetExecutionHistoryResponse. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type GetExecutionHistoryResponse.Builder Modifier and Type Method Description static Class<? extends GetExecutionHistoryResponse.Builder>GetExecutionHistoryResponse. serializableBuilderClass()
-