Uses of Class
software.amazon.awssdk.services.iotwireless.model.PositioningConfigStatus
-
Packages that use PositioningConfigStatus Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of PositioningConfigStatus in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return PositioningConfigStatus Modifier and Type Method Description static PositioningConfigStatusPositioningConfigStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PositioningConfigStatusCreateWirelessDeviceRequest. positioning()FPort values for the GNSS, stream, and ClockSync functions of the positioning information.PositioningConfigStatusGetWirelessDeviceResponse. positioning()FPort values for the GNSS, stream, and ClockSync functions of the positioning information.PositioningConfigStatusUpdateWirelessDeviceRequest. positioning()FPort values for the GNSS, stream, and ClockSync functions of the positioning information.static PositioningConfigStatusPositioningConfigStatus. 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.Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type PositioningConfigStatus Modifier and Type Method Description static Set<PositioningConfigStatus>PositioningConfigStatus. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type PositioningConfigStatus Modifier and Type Method Description CreateWirelessDeviceRequest.BuilderCreateWirelessDeviceRequest.Builder. positioning(PositioningConfigStatus positioning)FPort values for the GNSS, stream, and ClockSync functions of the positioning information.GetWirelessDeviceResponse.BuilderGetWirelessDeviceResponse.Builder. positioning(PositioningConfigStatus positioning)FPort values for the GNSS, stream, and ClockSync functions of the positioning information.UpdateWirelessDeviceRequest.BuilderUpdateWirelessDeviceRequest.Builder. positioning(PositioningConfigStatus positioning)FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
-