| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionOpenCounts.Builder |
WorkflowExecutionOpenCounts.builder() |
WorkflowExecutionOpenCounts.Builder |
WorkflowExecutionOpenCounts.Builder.openActivityTasks(Integer openActivityTasks)
The count of activity tasks whose status is OPEN.
|
WorkflowExecutionOpenCounts.Builder |
WorkflowExecutionOpenCounts.Builder.openChildWorkflowExecutions(Integer openChildWorkflowExecutions)
The count of child workflow executions whose status is OPEN.
|
WorkflowExecutionOpenCounts.Builder |
WorkflowExecutionOpenCounts.Builder.openDecisionTasks(Integer openDecisionTasks)
The count of decision tasks whose status is OPEN.
|
WorkflowExecutionOpenCounts.Builder |
WorkflowExecutionOpenCounts.Builder.openLambdaFunctions(Integer openLambdaFunctions)
The count of AWS Lambda functions that are currently executing.
|
WorkflowExecutionOpenCounts.Builder |
WorkflowExecutionOpenCounts.Builder.openTimers(Integer openTimers)
The count of timers started by this workflow execution that have not fired yet.
|
WorkflowExecutionOpenCounts.Builder |
WorkflowExecutionOpenCounts.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionOpenCounts.Builder> |
WorkflowExecutionOpenCounts.serializableBuilderClass() |
Copyright © 2017. All rights reserved.