Uses of Interface
software.amazon.awssdk.services.swf.model.DescribeWorkflowExecutionRequest.Builder
-
Packages that use DescribeWorkflowExecutionRequest.Builder Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.model -
-
Uses of DescribeWorkflowExecutionRequest.Builder in software.amazon.awssdk.services.swf
Method parameters in software.amazon.awssdk.services.swf with type arguments of type DescribeWorkflowExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeWorkflowExecutionResponse>SwfAsyncClient. describeWorkflowExecution(Consumer<DescribeWorkflowExecutionRequest.Builder> describeWorkflowExecutionRequest)Returns information about the specified workflow execution including its type and some statistics.default DescribeWorkflowExecutionResponseSwfClient. describeWorkflowExecution(Consumer<DescribeWorkflowExecutionRequest.Builder> describeWorkflowExecutionRequest)Returns information about the specified workflow execution including its type and some statistics. -
Uses of DescribeWorkflowExecutionRequest.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return DescribeWorkflowExecutionRequest.Builder Modifier and Type Method Description static DescribeWorkflowExecutionRequest.BuilderDescribeWorkflowExecutionRequest. builder()DescribeWorkflowExecutionRequest.BuilderDescribeWorkflowExecutionRequest.Builder. domain(String domain)The name of the domain containing the workflow execution.default DescribeWorkflowExecutionRequest.BuilderDescribeWorkflowExecutionRequest.Builder. execution(Consumer<WorkflowExecution.Builder> execution)The workflow execution to describe.DescribeWorkflowExecutionRequest.BuilderDescribeWorkflowExecutionRequest.Builder. execution(WorkflowExecution execution)The workflow execution to describe.DescribeWorkflowExecutionRequest.BuilderDescribeWorkflowExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeWorkflowExecutionRequest.BuilderDescribeWorkflowExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeWorkflowExecutionRequest.BuilderDescribeWorkflowExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type DescribeWorkflowExecutionRequest.Builder Modifier and Type Method Description static Class<? extends DescribeWorkflowExecutionRequest.Builder>DescribeWorkflowExecutionRequest. serializableBuilderClass()
-