Uses of Class
software.amazon.awssdk.services.personalize.model.CampaignSummary
-
Packages that use CampaignSummary Package Description software.amazon.awssdk.services.personalize.model software.amazon.awssdk.services.personalize.paginators -
-
Uses of CampaignSummary in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type CampaignSummary Modifier and Type Method Description List<CampaignSummary>ListCampaignsResponse. campaigns()A list of the campaigns.Methods in software.amazon.awssdk.services.personalize.model with parameters of type CampaignSummary Modifier and Type Method Description ListCampaignsResponse.BuilderListCampaignsResponse.Builder. campaigns(CampaignSummary... campaigns)A list of the campaigns.Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type CampaignSummary Modifier and Type Method Description ListCampaignsResponse.BuilderListCampaignsResponse.Builder. campaigns(Collection<CampaignSummary> campaigns)A list of the campaigns. -
Uses of CampaignSummary in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type CampaignSummary Modifier and Type Method Description SdkIterable<CampaignSummary>ListCampaignsIterable. campaigns()Returns an iterable to iterate through the paginatedListCampaignsResponse.campaigns()member.SdkPublisher<CampaignSummary>ListCampaignsPublisher. campaigns()Returns a publisher that can be used to get a stream of data.
-