Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.AudienceGenerationJobDataSource
-
Packages that use AudienceGenerationJobDataSource Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of AudienceGenerationJobDataSource in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return AudienceGenerationJobDataSource Modifier and Type Method Description AudienceGenerationJobDataSourceGetAudienceGenerationJobResponse. seedAudience()The seed audience that was used for this audience generation job.AudienceGenerationJobDataSourceStartAudienceGenerationJobRequest. seedAudience()The seed audience that is used to generate the audience.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type AudienceGenerationJobDataSource Modifier and Type Method Description GetAudienceGenerationJobResponse.BuilderGetAudienceGenerationJobResponse.Builder. seedAudience(AudienceGenerationJobDataSource seedAudience)The seed audience that was used for this audience generation job.StartAudienceGenerationJobRequest.BuilderStartAudienceGenerationJobRequest.Builder. seedAudience(AudienceGenerationJobDataSource seedAudience)The seed audience that is used to generate the audience.
-