| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| Modifier and Type | Method and Description |
|---|---|
default RegisterActivityTypeResponse |
SwfClient.registerActivityType(Consumer<RegisterActivityTypeRequest.Builder> registerActivityTypeRequest)
Registers a new activity type along with its configuration settings in the specified domain.
|
default RegisterActivityTypeResponse |
SwfClient.registerActivityType(RegisterActivityTypeRequest registerActivityTypeRequest)
Registers a new activity type along with its configuration settings in the specified domain.
|
default RegisterWorkflowTypeResponse |
SwfClient.registerWorkflowType(Consumer<RegisterWorkflowTypeRequest.Builder> registerWorkflowTypeRequest)
Registers a new workflow type and its configuration settings in the specified domain.
|
default RegisterWorkflowTypeResponse |
SwfClient.registerWorkflowType(RegisterWorkflowTypeRequest registerWorkflowTypeRequest)
Registers a new workflow type and its configuration settings in the specified domain.
|
default UndeprecateActivityTypeResponse |
SwfClient.undeprecateActivityType(Consumer<UndeprecateActivityTypeRequest.Builder> undeprecateActivityTypeRequest)
Undeprecates a previously deprecated activity type.
|
default UndeprecateActivityTypeResponse |
SwfClient.undeprecateActivityType(UndeprecateActivityTypeRequest undeprecateActivityTypeRequest)
Undeprecates a previously deprecated activity type.
|
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.
|
Copyright © 2021. All rights reserved.