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