| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static SemtechGnssConfiguration.Builder |
SemtechGnssConfiguration.builder() |
SemtechGnssConfiguration.Builder |
SemtechGnssConfiguration.Builder.fec(PositionConfigurationFec fec)
Whether forward error correction is enabled.
|
SemtechGnssConfiguration.Builder |
SemtechGnssConfiguration.Builder.fec(String fec)
Whether forward error correction is enabled.
|
SemtechGnssConfiguration.Builder |
SemtechGnssConfiguration.Builder.status(PositionConfigurationStatus status)
The status indicating whether the solver is enabled.
|
SemtechGnssConfiguration.Builder |
SemtechGnssConfiguration.Builder.status(String status)
The status indicating whether the solver is enabled.
|
SemtechGnssConfiguration.Builder |
SemtechGnssConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SemtechGnssConfiguration.Builder> |
SemtechGnssConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PositionSolverConfigurations.Builder |
PositionSolverConfigurations.Builder.semtechGnss(Consumer<SemtechGnssConfiguration.Builder> semtechGnss)
The Semtech GNSS solver configuration object.
|
Copyright © 2023. All rights reserved.