Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.AudienceModelSummary
-
Packages that use AudienceModelSummary Package Description software.amazon.awssdk.services.cleanroomsml.model software.amazon.awssdk.services.cleanroomsml.paginators -
-
Uses of AudienceModelSummary in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type AudienceModelSummary Modifier and Type Method Description List<AudienceModelSummary>ListAudienceModelsResponse. audienceModels()The audience models that match the request.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type AudienceModelSummary Modifier and Type Method Description ListAudienceModelsResponse.BuilderListAudienceModelsResponse.Builder. audienceModels(AudienceModelSummary... audienceModels)The audience models that match the request.Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type AudienceModelSummary Modifier and Type Method Description ListAudienceModelsResponse.BuilderListAudienceModelsResponse.Builder. audienceModels(Collection<AudienceModelSummary> audienceModels)The audience models that match the request. -
Uses of AudienceModelSummary in software.amazon.awssdk.services.cleanroomsml.paginators
Methods in software.amazon.awssdk.services.cleanroomsml.paginators that return types with arguments of type AudienceModelSummary Modifier and Type Method Description SdkIterable<AudienceModelSummary>ListAudienceModelsIterable. audienceModels()Returns an iterable to iterate through the paginatedListAudienceModelsResponse.audienceModels()member.SdkPublisher<AudienceModelSummary>ListAudienceModelsPublisher. audienceModels()Returns a publisher that can be used to get a stream of data.
-