Uses of Class
software.amazon.awssdk.services.medialive.model.FecOutputIncludeFec
-
Packages that use FecOutputIncludeFec Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of FecOutputIncludeFec in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return FecOutputIncludeFec Modifier and Type Method Description static FecOutputIncludeFecFecOutputIncludeFec. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FecOutputIncludeFecFecOutputSettings. includeFec()Enables column only or column and row based FECstatic FecOutputIncludeFecFecOutputIncludeFec. valueOf(String name)Returns the enum constant of this type with the specified name.static FecOutputIncludeFec[]FecOutputIncludeFec. 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 FecOutputIncludeFec Modifier and Type Method Description static Set<FecOutputIncludeFec>FecOutputIncludeFec. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type FecOutputIncludeFec Modifier and Type Method Description FecOutputSettings.BuilderFecOutputSettings.Builder. includeFec(FecOutputIncludeFec includeFec)Enables column only or column and row based FEC
-