| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| Modifier and Type | Method and Description |
|---|---|
default UndeprecateWorkflowTypeResponse |
SwfClient.undeprecateWorkflowType(Consumer<UndeprecateWorkflowTypeRequest.Builder> undeprecateWorkflowTypeRequest)
Undeprecates a previously deprecated workflow type.
|
default UndeprecateWorkflowTypeResponse |
SwfClient.undeprecateWorkflowType(UndeprecateWorkflowTypeRequest undeprecateWorkflowTypeRequest)
Undeprecates a previously deprecated workflow type.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UndeprecateWorkflowTypeResponse> |
SwfAsyncClient.undeprecateWorkflowType(Consumer<UndeprecateWorkflowTypeRequest.Builder> undeprecateWorkflowTypeRequest)
Undeprecates a previously deprecated workflow type.
|
default CompletableFuture<UndeprecateWorkflowTypeResponse> |
SwfAsyncClient.undeprecateWorkflowType(UndeprecateWorkflowTypeRequest undeprecateWorkflowTypeRequest)
Undeprecates a previously deprecated workflow type.
|
Copyright © 2023. All rights reserved.