Uses of Class
software.amazon.awssdk.services.swf.model.DeprecateWorkflowTypeResponse
-
Packages that use DeprecateWorkflowTypeResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of DeprecateWorkflowTypeResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return DeprecateWorkflowTypeResponse Modifier and Type Method Description default DeprecateWorkflowTypeResponseSwfClient. deprecateWorkflowType(Consumer<DeprecateWorkflowTypeRequest.Builder> deprecateWorkflowTypeRequest)Deprecates the specified workflow type.default DeprecateWorkflowTypeResponseSwfClient. deprecateWorkflowType(DeprecateWorkflowTypeRequest deprecateWorkflowTypeRequest)Deprecates the specified workflow type.Methods in software.amazon.awssdk.services.swf that return types with arguments of type DeprecateWorkflowTypeResponse Modifier and Type Method 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.
-