| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static PositionConfigurationStatus |
PositionConfigurationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PositionConfigurationStatus |
SemtechGnssDetail.status()
The status indicating whether the solver is enabled.
|
PositionConfigurationStatus |
SemtechGnssConfiguration.status()
The status indicating whether the solver is enabled.
|
static PositionConfigurationStatus |
PositionConfigurationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PositionConfigurationStatus[] |
PositionConfigurationStatus.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<PositionConfigurationStatus> |
PositionConfigurationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SemtechGnssDetail.Builder |
SemtechGnssDetail.Builder.status(PositionConfigurationStatus status)
The status indicating whether the solver is enabled.
|
SemtechGnssConfiguration.Builder |
SemtechGnssConfiguration.Builder.status(PositionConfigurationStatus status)
The status indicating whether the solver is enabled.
|
Copyright © 2022. All rights reserved.