| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| Modifier and Type | Method and Description |
|---|---|
default DeprecateWorkflowTypeResponse |
SwfClient.deprecateWorkflowType(Consumer<DeprecateWorkflowTypeRequest.Builder> deprecateWorkflowTypeRequest)
Deprecates the specified workflow type.
|
default DeprecateWorkflowTypeResponse |
SwfClient.deprecateWorkflowType(DeprecateWorkflowTypeRequest deprecateWorkflowTypeRequest)
Deprecates the specified workflow type.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeprecateWorkflowTypeResponse> |
SwfAsyncClient.deprecateWorkflowType(Consumer<DeprecateWorkflowTypeRequest.Builder> deprecateWorkflowTypeRequest)
Deprecates the specified workflow type.
|
default CompletableFuture<DeprecateWorkflowTypeResponse> |
SwfAsyncClient.deprecateWorkflowType(DeprecateWorkflowTypeRequest deprecateWorkflowTypeRequest)
Deprecates the specified workflow type.
|
Copyright © 2019. All rights reserved.