Uses of Interface
software.amazon.awssdk.services.swf.model.UndeprecateWorkflowTypeRequest.Builder
-
Packages that use UndeprecateWorkflowTypeRequest.Builder Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.model -
-
Uses of UndeprecateWorkflowTypeRequest.Builder in software.amazon.awssdk.services.swf
Method parameters in software.amazon.awssdk.services.swf with type arguments of type UndeprecateWorkflowTypeRequest.Builder Modifier and Type Method Description default CompletableFuture<UndeprecateWorkflowTypeResponse>SwfAsyncClient. undeprecateWorkflowType(Consumer<UndeprecateWorkflowTypeRequest.Builder> undeprecateWorkflowTypeRequest)Undeprecates a previously deprecated workflow type.default UndeprecateWorkflowTypeResponseSwfClient. undeprecateWorkflowType(Consumer<UndeprecateWorkflowTypeRequest.Builder> undeprecateWorkflowTypeRequest)Undeprecates a previously deprecated workflow type. -
Uses of UndeprecateWorkflowTypeRequest.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return UndeprecateWorkflowTypeRequest.Builder Modifier and Type Method Description static UndeprecateWorkflowTypeRequest.BuilderUndeprecateWorkflowTypeRequest. builder()UndeprecateWorkflowTypeRequest.BuilderUndeprecateWorkflowTypeRequest.Builder. domain(String domain)The name of the domain of the deprecated workflow type.UndeprecateWorkflowTypeRequest.BuilderUndeprecateWorkflowTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UndeprecateWorkflowTypeRequest.BuilderUndeprecateWorkflowTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UndeprecateWorkflowTypeRequest.BuilderUndeprecateWorkflowTypeRequest. toBuilder()default UndeprecateWorkflowTypeRequest.BuilderUndeprecateWorkflowTypeRequest.Builder. workflowType(Consumer<WorkflowType.Builder> workflowType)The name of the domain of the deprecated workflow type.UndeprecateWorkflowTypeRequest.BuilderUndeprecateWorkflowTypeRequest.Builder. workflowType(WorkflowType workflowType)The name of the domain of the deprecated workflow type.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type UndeprecateWorkflowTypeRequest.Builder Modifier and Type Method Description static Class<? extends UndeprecateWorkflowTypeRequest.Builder>UndeprecateWorkflowTypeRequest. serializableBuilderClass()
-