| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the AWS Entity Resolution API Reference.
|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteMatchingWorkflowResponse |
EntityResolutionClient.deleteMatchingWorkflow(Consumer<DeleteMatchingWorkflowRequest.Builder> deleteMatchingWorkflowRequest)
Deletes the
MatchingWorkflow with a given name. |
default CompletableFuture<DeleteMatchingWorkflowResponse> |
EntityResolutionAsyncClient.deleteMatchingWorkflow(Consumer<DeleteMatchingWorkflowRequest.Builder> deleteMatchingWorkflowRequest)
Deletes the
MatchingWorkflow with a given name. |
| Modifier and Type | Method and Description |
|---|---|
static DeleteMatchingWorkflowRequest.Builder |
DeleteMatchingWorkflowRequest.builder() |
DeleteMatchingWorkflowRequest.Builder |
DeleteMatchingWorkflowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteMatchingWorkflowRequest.Builder |
DeleteMatchingWorkflowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteMatchingWorkflowRequest.Builder |
DeleteMatchingWorkflowRequest.toBuilder() |
DeleteMatchingWorkflowRequest.Builder |
DeleteMatchingWorkflowRequest.Builder.workflowName(String workflowName)
The name of the workflow to be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteMatchingWorkflowRequest.Builder> |
DeleteMatchingWorkflowRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.