Uses of Class
software.amazon.awssdk.services.iotwireless.model.PositionConfigurationFec
-
Packages that use PositionConfigurationFec Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of PositionConfigurationFec in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return PositionConfigurationFec Modifier and Type Method Description PositionConfigurationFecSemtechGnssConfiguration. fec()Whether forward error correction is enabled.PositionConfigurationFecSemtechGnssDetail. fec()Whether forward error correction is enabled.static PositionConfigurationFecPositionConfigurationFec. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PositionConfigurationFecPositionConfigurationFec. valueOf(String name)Returns the enum constant of this type with the specified name.static PositionConfigurationFec[]PositionConfigurationFec. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type PositionConfigurationFec Modifier and Type Method Description static Set<PositionConfigurationFec>PositionConfigurationFec. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type PositionConfigurationFec Modifier and Type Method Description SemtechGnssConfiguration.BuilderSemtechGnssConfiguration.Builder. fec(PositionConfigurationFec fec)Whether forward error correction is enabled.SemtechGnssDetail.BuilderSemtechGnssDetail.Builder. fec(PositionConfigurationFec fec)Whether forward error correction is enabled.
-