| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeWorkflowExecutionResponse |
SwfClient.describeWorkflowExecution(Consumer<DescribeWorkflowExecutionRequest.Builder> describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its type and some statistics.
|
default DescribeWorkflowExecutionResponse |
SwfClient.describeWorkflowExecution(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its type and some statistics.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeWorkflowExecutionResponse> |
SwfAsyncClient.describeWorkflowExecution(Consumer<DescribeWorkflowExecutionRequest.Builder> describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its type and some statistics.
|
default CompletableFuture<DescribeWorkflowExecutionResponse> |
SwfAsyncClient.describeWorkflowExecution(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its type and some statistics.
|
Copyright © 2019. All rights reserved.