| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeWorkflowTypeResponse |
SwfClient.describeWorkflowType(Consumer<DescribeWorkflowTypeRequest.Builder> describeWorkflowTypeRequest)
Returns information about the specified workflow type.
|
default DescribeWorkflowTypeResponse |
SwfClient.describeWorkflowType(DescribeWorkflowTypeRequest describeWorkflowTypeRequest)
Returns information about the specified workflow type.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeWorkflowTypeResponse> |
SwfAsyncClient.describeWorkflowType(Consumer<DescribeWorkflowTypeRequest.Builder> describeWorkflowTypeRequest)
Returns information about the specified workflow type.
|
default CompletableFuture<DescribeWorkflowTypeResponse> |
SwfAsyncClient.describeWorkflowType(DescribeWorkflowTypeRequest describeWorkflowTypeRequest)
Returns information about the specified workflow type.
|
Copyright © 2021. All rights reserved.