Uses of Class
software.amazon.awssdk.services.swf.model.WorkflowExecutionOpenCounts
-
Packages that use WorkflowExecutionOpenCounts Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowExecutionOpenCounts in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowExecutionOpenCounts Modifier and Type Method Description WorkflowExecutionOpenCounts
DescribeWorkflowExecutionResponse. openCounts()
The number of tasks for this workflow execution.Methods in software.amazon.awssdk.services.swf.model with parameters of type WorkflowExecutionOpenCounts Modifier and Type Method Description DescribeWorkflowExecutionResponse.Builder
DescribeWorkflowExecutionResponse.Builder. openCounts(WorkflowExecutionOpenCounts openCounts)
The number of tasks for this workflow execution.
-