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