Uses of Class
software.amazon.awssdk.services.swf.model.WorkflowExecutionInfo
-
Packages that use WorkflowExecutionInfo Package Description software.amazon.awssdk.services.swf.model software.amazon.awssdk.services.swf.paginators -
-
Uses of WorkflowExecutionInfo in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowExecutionInfo Modifier and Type Method Description WorkflowExecutionInfoDescribeWorkflowExecutionResponse. executionInfo()Information about the workflow execution.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type WorkflowExecutionInfo Modifier and Type Method Description List<WorkflowExecutionInfo>ListClosedWorkflowExecutionsResponse. executionInfos()The list of workflow information structures.List<WorkflowExecutionInfo>ListOpenWorkflowExecutionsResponse. executionInfos()The list of workflow information structures.Methods in software.amazon.awssdk.services.swf.model with parameters of type WorkflowExecutionInfo Modifier and Type Method Description DescribeWorkflowExecutionResponse.BuilderDescribeWorkflowExecutionResponse.Builder. executionInfo(WorkflowExecutionInfo executionInfo)Information about the workflow execution.ListClosedWorkflowExecutionsResponse.BuilderListClosedWorkflowExecutionsResponse.Builder. executionInfos(WorkflowExecutionInfo... executionInfos)The list of workflow information structures.ListOpenWorkflowExecutionsResponse.BuilderListOpenWorkflowExecutionsResponse.Builder. executionInfos(WorkflowExecutionInfo... executionInfos)The list of workflow information structures.Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type WorkflowExecutionInfo Modifier and Type Method Description ListClosedWorkflowExecutionsResponse.BuilderListClosedWorkflowExecutionsResponse.Builder. executionInfos(Collection<WorkflowExecutionInfo> executionInfos)The list of workflow information structures.ListOpenWorkflowExecutionsResponse.BuilderListOpenWorkflowExecutionsResponse.Builder. executionInfos(Collection<WorkflowExecutionInfo> executionInfos)The list of workflow information structures. -
Uses of WorkflowExecutionInfo in software.amazon.awssdk.services.swf.paginators
Methods in software.amazon.awssdk.services.swf.paginators that return types with arguments of type WorkflowExecutionInfo Modifier and Type Method Description SdkIterable<WorkflowExecutionInfo>ListClosedWorkflowExecutionsIterable. executionInfos()Returns an iterable to iterate through the paginatedListClosedWorkflowExecutionsResponse.executionInfos()member.SdkPublisher<WorkflowExecutionInfo>ListClosedWorkflowExecutionsPublisher. executionInfos()Returns a publisher that can be used to get a stream of data.SdkIterable<WorkflowExecutionInfo>ListOpenWorkflowExecutionsIterable. executionInfos()Returns an iterable to iterate through the paginatedListOpenWorkflowExecutionsResponse.executionInfos()member.SdkPublisher<WorkflowExecutionInfo>ListOpenWorkflowExecutionsPublisher. executionInfos()Returns a publisher that can be used to get a stream of data.
-