Uses of Interface
software.amazon.awssdk.services.entityresolution.model.DeleteMatchingWorkflowRequest.Builder
-
Packages that use DeleteMatchingWorkflowRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of DeleteMatchingWorkflowRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type DeleteMatchingWorkflowRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteMatchingWorkflowResponse>EntityResolutionAsyncClient. deleteMatchingWorkflow(Consumer<DeleteMatchingWorkflowRequest.Builder> deleteMatchingWorkflowRequest)Deletes theMatchingWorkflowwith a given name.default DeleteMatchingWorkflowResponseEntityResolutionClient. deleteMatchingWorkflow(Consumer<DeleteMatchingWorkflowRequest.Builder> deleteMatchingWorkflowRequest)Deletes theMatchingWorkflowwith a given name. -
Uses of DeleteMatchingWorkflowRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return DeleteMatchingWorkflowRequest.Builder Modifier and Type Method Description static DeleteMatchingWorkflowRequest.BuilderDeleteMatchingWorkflowRequest. builder()DeleteMatchingWorkflowRequest.BuilderDeleteMatchingWorkflowRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteMatchingWorkflowRequest.BuilderDeleteMatchingWorkflowRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteMatchingWorkflowRequest.BuilderDeleteMatchingWorkflowRequest. toBuilder()DeleteMatchingWorkflowRequest.BuilderDeleteMatchingWorkflowRequest.Builder. workflowName(String workflowName)The name of the workflow to be retrieved.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type DeleteMatchingWorkflowRequest.Builder Modifier and Type Method Description static Class<? extends DeleteMatchingWorkflowRequest.Builder>DeleteMatchingWorkflowRequest. serializableBuilderClass()
-