Uses of Class
software.amazon.awssdk.services.swf.model.WorkflowExecutionConfiguration
-
Packages that use WorkflowExecutionConfiguration Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowExecutionConfiguration in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowExecutionConfiguration Modifier and Type Method Description WorkflowExecutionConfiguration
DescribeWorkflowExecutionResponse. executionConfiguration()
The configuration settings for this workflow execution including timeout values, tasklist etc.Methods in software.amazon.awssdk.services.swf.model with parameters of type WorkflowExecutionConfiguration Modifier and Type Method Description DescribeWorkflowExecutionResponse.Builder
DescribeWorkflowExecutionResponse.Builder. executionConfiguration(WorkflowExecutionConfiguration executionConfiguration)
The configuration settings for this workflow execution including timeout values, tasklist etc.
-