| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.model |
| 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 DescribeWorkflowExecutionResponse |
SwfClient.describeWorkflowExecution(Consumer<DescribeWorkflowExecutionRequest.Builder> describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its type and some statistics.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeWorkflowExecutionRequest.Builder |
DescribeWorkflowExecutionRequest.builder() |
DescribeWorkflowExecutionRequest.Builder |
DescribeWorkflowExecutionRequest.Builder.domain(String domain)
The name of the domain containing the workflow execution.
|
default DescribeWorkflowExecutionRequest.Builder |
DescribeWorkflowExecutionRequest.Builder.execution(Consumer<WorkflowExecution.Builder> execution)
The workflow execution to describe.
|
DescribeWorkflowExecutionRequest.Builder |
DescribeWorkflowExecutionRequest.Builder.execution(WorkflowExecution execution)
The workflow execution to describe.
|
DescribeWorkflowExecutionRequest.Builder |
DescribeWorkflowExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeWorkflowExecutionRequest.Builder |
DescribeWorkflowExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeWorkflowExecutionRequest.Builder |
DescribeWorkflowExecutionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeWorkflowExecutionRequest.Builder> |
DescribeWorkflowExecutionRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.