Uses of Class
software.amazon.awssdk.services.mediaconnect.model.Range
-
Packages that use Range Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of Range in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return Range Modifier and Type Method Description static RangeRange. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RangeFmtp. range()The encoding range of the video.RangeFmtpRequest. range()The encoding range of the video.static RangeRange. valueOf(String name)Returns the enum constant of this type with the specified name.static Range[]Range. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type Range Modifier and Type Method Description static Set<Range>Range. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type Range Modifier and Type Method Description Fmtp.BuilderFmtp.Builder. range(Range range)The encoding range of the video.FmtpRequest.BuilderFmtpRequest.Builder. range(Range range)The encoding range of the video.
-