Uses of Interface
software.amazon.awssdk.services.entityresolution.model.GetMatchingWorkflowRequest.Builder
-
Packages that use GetMatchingWorkflowRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of GetMatchingWorkflowRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type GetMatchingWorkflowRequest.Builder Modifier and Type Method Description default CompletableFuture<GetMatchingWorkflowResponse>EntityResolutionAsyncClient. getMatchingWorkflow(Consumer<GetMatchingWorkflowRequest.Builder> getMatchingWorkflowRequest)Returns theMatchingWorkflowwith a given name, if it exists.default GetMatchingWorkflowResponseEntityResolutionClient. getMatchingWorkflow(Consumer<GetMatchingWorkflowRequest.Builder> getMatchingWorkflowRequest)Returns theMatchingWorkflowwith a given name, if it exists. -
Uses of GetMatchingWorkflowRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return GetMatchingWorkflowRequest.Builder Modifier and Type Method Description static GetMatchingWorkflowRequest.BuilderGetMatchingWorkflowRequest. builder()GetMatchingWorkflowRequest.BuilderGetMatchingWorkflowRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMatchingWorkflowRequest.BuilderGetMatchingWorkflowRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMatchingWorkflowRequest.BuilderGetMatchingWorkflowRequest. toBuilder()GetMatchingWorkflowRequest.BuilderGetMatchingWorkflowRequest.Builder. workflowName(String workflowName)The name of the workflow.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type GetMatchingWorkflowRequest.Builder Modifier and Type Method Description static Class<? extends GetMatchingWorkflowRequest.Builder>GetMatchingWorkflowRequest. serializableBuilderClass()
-