Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private WorkflowExecutionOpenCounts |
WorkflowExecutionDetail.openCounts
The number of tasks for this workflow execution.
|
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionOpenCounts |
WorkflowExecutionOpenCounts.clone() |
WorkflowExecutionOpenCounts |
WorkflowExecutionDetail.getOpenCounts()
The number of tasks for this workflow execution.
|
WorkflowExecutionOpenCounts |
WorkflowExecutionOpenCounts.withOpenActivityTasks(java.lang.Integer openActivityTasks)
The count of activity tasks whose status is OPEN.
|
WorkflowExecutionOpenCounts |
WorkflowExecutionOpenCounts.withOpenChildWorkflowExecutions(java.lang.Integer openChildWorkflowExecutions)
The count of child workflow executions whose status is OPEN.
|
WorkflowExecutionOpenCounts |
WorkflowExecutionOpenCounts.withOpenDecisionTasks(java.lang.Integer openDecisionTasks)
The count of decision tasks whose status is OPEN.
|
WorkflowExecutionOpenCounts |
WorkflowExecutionOpenCounts.withOpenLambdaFunctions(java.lang.Integer openLambdaFunctions)
The count of AWS Lambda functions that are currently executing.
|
WorkflowExecutionOpenCounts |
WorkflowExecutionOpenCounts.withOpenTimers(java.lang.Integer openTimers)
The count of timers started by this workflow execution that have not
fired yet.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecutionDetail.setOpenCounts(WorkflowExecutionOpenCounts openCounts)
The number of tasks for this workflow execution.
|
WorkflowExecutionDetail |
WorkflowExecutionDetail.withOpenCounts(WorkflowExecutionOpenCounts openCounts)
The number of tasks for this workflow execution.
|
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionOpenCounts |
WorkflowExecutionOpenCountsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecutionOpenCountsJsonMarshaller.marshall(WorkflowExecutionOpenCounts workflowExecutionOpenCounts,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|