Uses of Class
software.amazon.awssdk.services.pinpoint.model.FilterType
-
Packages that use FilterType Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of FilterType in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return FilterType Modifier and Type Method Description FilterTypeCampaignEventFilter. filterType()The type of event that causes the campaign to be sent.FilterTypeEventFilter. filterType()The type of event that causes the campaign to be sent or the journey activity to be performed.static FilterTypeFilterType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FilterTypeFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterType[]FilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type FilterType Modifier and Type Method Description static Set<FilterType>FilterType. knownValues()Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type FilterType Modifier and Type Method Description CampaignEventFilter.BuilderCampaignEventFilter.Builder. filterType(FilterType filterType)The type of event that causes the campaign to be sent.EventFilter.BuilderEventFilter.Builder. filterType(FilterType filterType)The type of event that causes the campaign to be sent or the journey activity to be performed.
-