Uses of Interface
software.amazon.awssdk.services.swf.model.WorkflowExecutionOpenCounts.Builder
-
Packages that use WorkflowExecutionOpenCounts.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowExecutionOpenCounts.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowExecutionOpenCounts.Builder Modifier and Type Method Description static WorkflowExecutionOpenCounts.BuilderWorkflowExecutionOpenCounts. builder()WorkflowExecutionOpenCounts.BuilderWorkflowExecutionOpenCounts.Builder. openActivityTasks(Integer openActivityTasks)The count of activity tasks whose status isOPEN.WorkflowExecutionOpenCounts.BuilderWorkflowExecutionOpenCounts.Builder. openChildWorkflowExecutions(Integer openChildWorkflowExecutions)The count of child workflow executions whose status isOPEN.WorkflowExecutionOpenCounts.BuilderWorkflowExecutionOpenCounts.Builder. openDecisionTasks(Integer openDecisionTasks)The count of decision tasks whose status is OPEN.WorkflowExecutionOpenCounts.BuilderWorkflowExecutionOpenCounts.Builder. openLambdaFunctions(Integer openLambdaFunctions)The count of Lambda tasks whose status isOPEN.WorkflowExecutionOpenCounts.BuilderWorkflowExecutionOpenCounts.Builder. openTimers(Integer openTimers)The count of timers started by this workflow execution that have not fired yet.WorkflowExecutionOpenCounts.BuilderWorkflowExecutionOpenCounts. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type WorkflowExecutionOpenCounts.Builder Modifier and Type Method Description static Class<? extends WorkflowExecutionOpenCounts.Builder>WorkflowExecutionOpenCounts. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type WorkflowExecutionOpenCounts.Builder Modifier and Type Method Description default DescribeWorkflowExecutionResponse.BuilderDescribeWorkflowExecutionResponse.Builder. openCounts(Consumer<WorkflowExecutionOpenCounts.Builder> openCounts)The number of tasks for this workflow execution.
-