Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.AudienceExportJobSummary
-
Packages that use AudienceExportJobSummary Package Description software.amazon.awssdk.services.cleanroomsml.model software.amazon.awssdk.services.cleanroomsml.paginators -
-
Uses of AudienceExportJobSummary in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type AudienceExportJobSummary Modifier and Type Method Description List<AudienceExportJobSummary>ListAudienceExportJobsResponse. audienceExportJobs()The audience export jobs that match the request.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type AudienceExportJobSummary Modifier and Type Method Description ListAudienceExportJobsResponse.BuilderListAudienceExportJobsResponse.Builder. audienceExportJobs(AudienceExportJobSummary... audienceExportJobs)The audience export jobs that match the request.Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type AudienceExportJobSummary Modifier and Type Method Description ListAudienceExportJobsResponse.BuilderListAudienceExportJobsResponse.Builder. audienceExportJobs(Collection<AudienceExportJobSummary> audienceExportJobs)The audience export jobs that match the request. -
Uses of AudienceExportJobSummary in software.amazon.awssdk.services.cleanroomsml.paginators
Methods in software.amazon.awssdk.services.cleanroomsml.paginators that return types with arguments of type AudienceExportJobSummary Modifier and Type Method Description SdkIterable<AudienceExportJobSummary>ListAudienceExportJobsIterable. audienceExportJobs()Returns an iterable to iterate through the paginatedListAudienceExportJobsResponse.audienceExportJobs()member.SdkPublisher<AudienceExportJobSummary>ListAudienceExportJobsPublisher. audienceExportJobs()Returns a publisher that can be used to get a stream of data.
-