Uses of Class
software.amazon.awssdk.services.pinpoint.model.CampaignEventFilter
-
Packages that use CampaignEventFilter Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of CampaignEventFilter in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return CampaignEventFilter Modifier and Type Method Description CampaignEventFilterInAppCampaignSchedule. eventFilter()The event filter the SDK has to use to show the in-app message in the application.CampaignEventFilterSchedule. eventFilter()The type of event that causes the campaign to be sent, if the value of the Frequency property is EVENT.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type CampaignEventFilter Modifier and Type Method Description InAppCampaignSchedule.BuilderInAppCampaignSchedule.Builder. eventFilter(CampaignEventFilter eventFilter)The event filter the SDK has to use to show the in-app message in the application.Schedule.BuilderSchedule.Builder. eventFilter(CampaignEventFilter eventFilter)The type of event that causes the campaign to be sent, if the value of the Frequency property is EVENT.
-