Uses of Class
software.amazon.awssdk.services.iotwireless.model.PositionSolverType
-
Packages that use PositionSolverType Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of PositionSolverType in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return PositionSolverType Modifier and Type Method Description static PositionSolverTypePositionSolverType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PositionSolverTypeGetPositionResponse. solverType()The type of solver used to identify the position of the resource.PositionSolverTypeSemtechGnssDetail. type()The type of positioning solver used.static PositionSolverTypePositionSolverType. valueOf(String name)Returns the enum constant of this type with the specified name.static PositionSolverType[]PositionSolverType. 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 PositionSolverType Modifier and Type Method Description static Set<PositionSolverType>PositionSolverType. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type PositionSolverType Modifier and Type Method Description GetPositionResponse.BuilderGetPositionResponse.Builder. solverType(PositionSolverType solverType)The type of solver used to identify the position of the resource.SemtechGnssDetail.BuilderSemtechGnssDetail.Builder. type(PositionSolverType type)The type of positioning solver used.
-