Uses of Class
software.amazon.awssdk.services.mediatailor.model.ScheduleEntryType
-
Packages that use ScheduleEntryType Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of ScheduleEntryType in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return ScheduleEntryType Modifier and Type Method Description static ScheduleEntryTypeScheduleEntryType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScheduleEntryTypeScheduleEntry. scheduleEntryType()The type of schedule entry.static ScheduleEntryTypeScheduleEntryType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduleEntryType[]ScheduleEntryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type ScheduleEntryType Modifier and Type Method Description static Set<ScheduleEntryType>ScheduleEntryType. knownValues()Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type ScheduleEntryType Modifier and Type Method Description ScheduleEntry.BuilderScheduleEntry.Builder. scheduleEntryType(ScheduleEntryType scheduleEntryType)The type of schedule entry.
-