Uses of Class
software.amazon.awssdk.services.entityresolution.model.DeleteMatchingWorkflowRequest
-
Packages that use DeleteMatchingWorkflowRequest Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.transform -
-
Uses of DeleteMatchingWorkflowRequest in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution with parameters of type DeleteMatchingWorkflowRequest Modifier and Type Method Description default CompletableFuture<DeleteMatchingWorkflowResponse>EntityResolutionAsyncClient. deleteMatchingWorkflow(DeleteMatchingWorkflowRequest deleteMatchingWorkflowRequest)Deletes theMatchingWorkflowwith a given name.default DeleteMatchingWorkflowResponseEntityResolutionClient. deleteMatchingWorkflow(DeleteMatchingWorkflowRequest deleteMatchingWorkflowRequest)Deletes theMatchingWorkflowwith a given name. -
Uses of DeleteMatchingWorkflowRequest in software.amazon.awssdk.services.entityresolution.transform
Methods in software.amazon.awssdk.services.entityresolution.transform with parameters of type DeleteMatchingWorkflowRequest Modifier and Type Method Description SdkHttpFullRequestDeleteMatchingWorkflowRequestMarshaller. marshall(DeleteMatchingWorkflowRequest deleteMatchingWorkflowRequest)
-