Uses of Class
software.amazon.awssdk.services.medialive.model.FollowPoint
-
Packages that use FollowPoint Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of FollowPoint in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return FollowPoint Modifier and Type Method Description FollowPointFollowModeScheduleActionStartSettings. followPoint()Identifies whether this action starts relative to the start or relative to the end of the reference action.static FollowPointFollowPoint. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FollowPointFollowPoint. valueOf(String name)Returns the enum constant of this type with the specified name.static FollowPoint[]FollowPoint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type FollowPoint Modifier and Type Method Description static Set<FollowPoint>FollowPoint. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type FollowPoint Modifier and Type Method Description FollowModeScheduleActionStartSettings.BuilderFollowModeScheduleActionStartSettings.Builder. followPoint(FollowPoint followPoint)Identifies whether this action starts relative to the start or relative to the end of the reference action.
-