| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static PositionSolverProvider |
PositionSolverProvider.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PositionSolverProvider |
SemtechGnssDetail.provider()
The vendor of the solver object.
|
PositionSolverProvider |
GetPositionResponse.solverProvider()
The vendor of the positioning solver.
|
static PositionSolverProvider |
PositionSolverProvider.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PositionSolverProvider[] |
PositionSolverProvider.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PositionSolverProvider> |
PositionSolverProvider.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SemtechGnssDetail.Builder |
SemtechGnssDetail.Builder.provider(PositionSolverProvider provider)
The vendor of the solver object.
|
GetPositionResponse.Builder |
GetPositionResponse.Builder.solverProvider(PositionSolverProvider solverProvider)
The vendor of the positioning solver.
|
Copyright © 2023. All rights reserved.