Uses of Class
software.amazon.awssdk.services.mediatailor.model.RelativePosition
-
Packages that use RelativePosition Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of RelativePosition in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return RelativePosition Modifier and Type Method Description static RelativePositionRelativePosition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RelativePositionTransition. relativePosition()The position where this program will be inserted relative to theRelativePosition.static RelativePositionRelativePosition. valueOf(String name)Returns the enum constant of this type with the specified name.static RelativePosition[]RelativePosition. 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 RelativePosition Modifier and Type Method Description static Set<RelativePosition>RelativePosition. knownValues()Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type RelativePosition Modifier and Type Method Description Transition.BuilderTransition.Builder. relativePosition(RelativePosition relativePosition)The position where this program will be inserted relative to theRelativePosition.
-