Uses of Class
software.amazon.awssdk.services.pinpoint.model.Frequency
-
Packages that use Frequency Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of Frequency in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return Frequency Modifier and Type Method Description FrequencySchedule. frequency()Specifies how often the campaign is sent or whether the campaign is sent in response to a specific event.static FrequencyFrequency. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FrequencyFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static Frequency[]Frequency. 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 Frequency Modifier and Type Method Description static Set<Frequency>Frequency. knownValues()Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type Frequency Modifier and Type Method Description Schedule.BuilderSchedule.Builder. frequency(Frequency frequency)Specifies how often the campaign is sent or whether the campaign is sent in response to a specific event.
-