| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static PositioningConfigStatus |
PositioningConfigStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PositioningConfigStatus |
CreateWirelessDeviceRequest.positioning()
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
PositioningConfigStatus |
UpdateWirelessDeviceRequest.positioning()
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
PositioningConfigStatus |
GetWirelessDeviceResponse.positioning()
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
static PositioningConfigStatus |
PositioningConfigStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PositioningConfigStatus[] |
PositioningConfigStatus.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<PositioningConfigStatus> |
PositioningConfigStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateWirelessDeviceRequest.Builder |
CreateWirelessDeviceRequest.Builder.positioning(PositioningConfigStatus positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
UpdateWirelessDeviceRequest.Builder |
UpdateWirelessDeviceRequest.Builder.positioning(PositioningConfigStatus positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
GetWirelessDeviceResponse.Builder |
GetWirelessDeviceResponse.Builder.positioning(PositioningConfigStatus positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
Copyright © 2023. All rights reserved.