Uses of Class
software.amazon.awssdk.services.entityresolution.model.UpdateMatchingWorkflowResponse
-
Packages that use UpdateMatchingWorkflowResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of UpdateMatchingWorkflowResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return UpdateMatchingWorkflowResponse Modifier and Type Method Description default UpdateMatchingWorkflowResponseEntityResolutionClient. updateMatchingWorkflow(Consumer<UpdateMatchingWorkflowRequest.Builder> updateMatchingWorkflowRequest)Updates an existingMatchingWorkflow.default UpdateMatchingWorkflowResponseEntityResolutionClient. updateMatchingWorkflow(UpdateMatchingWorkflowRequest updateMatchingWorkflowRequest)Updates an existingMatchingWorkflow.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type UpdateMatchingWorkflowResponse Modifier and Type Method Description default CompletableFuture<UpdateMatchingWorkflowResponse>EntityResolutionAsyncClient. updateMatchingWorkflow(Consumer<UpdateMatchingWorkflowRequest.Builder> updateMatchingWorkflowRequest)Updates an existingMatchingWorkflow.default CompletableFuture<UpdateMatchingWorkflowResponse>EntityResolutionAsyncClient. updateMatchingWorkflow(UpdateMatchingWorkflowRequest updateMatchingWorkflowRequest)Updates an existingMatchingWorkflow.
-