Uses of Interface
software.amazon.awssdk.services.iotwireless.model.Positioning.Builder
-
Packages that use Positioning.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of Positioning.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return Positioning.Builder Modifier and Type Method Description static Positioning.BuilderPositioning. builder()Positioning.BuilderPositioning.Builder. clockSync(Integer clockSync)Sets the value of the ClockSync property for this object.Positioning.BuilderPositioning.Builder. gnss(Integer gnss)Sets the value of the Gnss property for this object.Positioning.BuilderPositioning.Builder. stream(Integer stream)Sets the value of the Stream property for this object.Positioning.BuilderPositioning. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type Positioning.Builder Modifier and Type Method Description static Class<? extends Positioning.Builder>Positioning. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type Positioning.Builder Modifier and Type Method Description default FPorts.BuilderFPorts.Builder. positioning(Consumer<Positioning.Builder> positioning)FPort values for the GNSS, stream, and ClockSync functions of the positioning information.default UpdateFPorts.BuilderUpdateFPorts.Builder. positioning(Consumer<Positioning.Builder> positioning)Positioning FPorts for the ClockSync, Stream, and GNSS functions.
-