| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static PositionSolverType |
PositionSolverType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PositionSolverType |
GetPositionResponse.solverType()
The type of solver used to identify the position of the resource.
|
PositionSolverType |
SemtechGnssDetail.type()
The type of positioning solver used.
|
static PositionSolverType |
PositionSolverType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PositionSolverType> |
PositionSolverType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetPositionResponse.Builder |
GetPositionResponse.Builder.solverType(PositionSolverType solverType)
The type of solver used to identify the position of the resource.
|
SemtechGnssDetail.Builder |
SemtechGnssDetail.Builder.type(PositionSolverType type)
The type of positioning solver used.
|
Copyright © 2023. All rights reserved.