Uses of Class
software.amazon.awssdk.services.entityresolution.model.JobOutputSource
-
Packages that use JobOutputSource Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of JobOutputSource in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type JobOutputSource Modifier and Type Method Description List<JobOutputSource>GetMatchingJobResponse. outputSourceConfig()A list ofOutputSourceobjects.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type JobOutputSource Modifier and Type Method Description GetMatchingJobResponse.BuilderGetMatchingJobResponse.Builder. outputSourceConfig(JobOutputSource... outputSourceConfig)A list ofOutputSourceobjects.Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type JobOutputSource Modifier and Type Method Description GetMatchingJobResponse.BuilderGetMatchingJobResponse.Builder. outputSourceConfig(Collection<JobOutputSource> outputSourceConfig)A list ofOutputSourceobjects.
-