Uses of Class
software.amazon.awssdk.services.swf.model.UndeprecateWorkflowTypeResponse
-
Packages that use UndeprecateWorkflowTypeResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of UndeprecateWorkflowTypeResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return UndeprecateWorkflowTypeResponse Modifier and Type Method Description default UndeprecateWorkflowTypeResponseSwfClient. undeprecateWorkflowType(Consumer<UndeprecateWorkflowTypeRequest.Builder> undeprecateWorkflowTypeRequest)Undeprecates a previously deprecated workflow type.default UndeprecateWorkflowTypeResponseSwfClient. undeprecateWorkflowType(UndeprecateWorkflowTypeRequest undeprecateWorkflowTypeRequest)Undeprecates a previously deprecated workflow type.Methods in software.amazon.awssdk.services.swf that return types with arguments of type UndeprecateWorkflowTypeResponse Modifier and Type Method 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.
-