Uses of Class
software.amazon.awssdk.services.entityresolution.model.InputSource
-
Packages that use InputSource Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of InputSource in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type InputSource Modifier and Type Method Description List<InputSource>CreateMatchingWorkflowRequest. inputSourceConfig()A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.List<InputSource>CreateMatchingWorkflowResponse. inputSourceConfig()A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.List<InputSource>GetMatchingWorkflowResponse. inputSourceConfig()A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.List<InputSource>UpdateMatchingWorkflowRequest. inputSourceConfig()A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.List<InputSource>UpdateMatchingWorkflowResponse. inputSourceConfig()A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type InputSource Modifier and Type Method Description CreateMatchingWorkflowRequest.BuilderCreateMatchingWorkflowRequest.Builder. inputSourceConfig(InputSource... inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.CreateMatchingWorkflowResponse.BuilderCreateMatchingWorkflowResponse.Builder. inputSourceConfig(InputSource... inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.GetMatchingWorkflowResponse.BuilderGetMatchingWorkflowResponse.Builder. inputSourceConfig(InputSource... inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.UpdateMatchingWorkflowRequest.BuilderUpdateMatchingWorkflowRequest.Builder. inputSourceConfig(InputSource... inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.UpdateMatchingWorkflowResponse.BuilderUpdateMatchingWorkflowResponse.Builder. inputSourceConfig(InputSource... inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type InputSource Modifier and Type Method Description CreateMatchingWorkflowRequest.BuilderCreateMatchingWorkflowRequest.Builder. inputSourceConfig(Collection<InputSource> inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.CreateMatchingWorkflowResponse.BuilderCreateMatchingWorkflowResponse.Builder. inputSourceConfig(Collection<InputSource> inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.GetMatchingWorkflowResponse.BuilderGetMatchingWorkflowResponse.Builder. inputSourceConfig(Collection<InputSource> inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.UpdateMatchingWorkflowRequest.BuilderUpdateMatchingWorkflowRequest.Builder. inputSourceConfig(Collection<InputSource> inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.UpdateMatchingWorkflowResponse.BuilderUpdateMatchingWorkflowResponse.Builder. inputSourceConfig(Collection<InputSource> inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.
-