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 WorkflowExecutionConfigurationDescribeWorkflowExecutionResponse. 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.BuilderDescribeWorkflowExecutionResponse.Builder. executionConfiguration(WorkflowExecutionConfiguration executionConfiguration)The configuration settings for this workflow execution including timeout values, tasklist etc.
-