Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.FrequencyOption
-
Packages that use FrequencyOption Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of FrequencyOption in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return FrequencyOption Modifier and Type Method Description FrequencyOptionRefreshCadence. frequency()The frequency that data exports are updated.static FrequencyOptionFrequencyOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FrequencyOptionFrequencyOption. valueOf(String name)Returns the enum constant of this type with the specified name.static FrequencyOption[]FrequencyOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type FrequencyOption Modifier and Type Method Description static Set<FrequencyOption>FrequencyOption. knownValues()Methods in software.amazon.awssdk.services.bcmdataexports.model with parameters of type FrequencyOption Modifier and Type Method Description RefreshCadence.BuilderRefreshCadence.Builder. frequency(FrequencyOption frequency)The frequency that data exports are updated.
-