Uses of Interface
software.amazon.awssdk.services.iotwireless.model.Accuracy.Builder
-
Packages that use Accuracy.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of Accuracy.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return Accuracy.Builder Modifier and Type Method Description static Accuracy.BuilderAccuracy. builder()Accuracy.BuilderAccuracy.Builder. horizontalAccuracy(Float horizontalAccuracy)The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.Accuracy.BuilderAccuracy. toBuilder()Accuracy.BuilderAccuracy.Builder. verticalAccuracy(Float verticalAccuracy)The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type Accuracy.Builder Modifier and Type Method Description static Class<? extends Accuracy.Builder>Accuracy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type Accuracy.Builder Modifier and Type Method Description default GetPositionResponse.BuilderGetPositionResponse.Builder. accuracy(Consumer<Accuracy.Builder> accuracy)The accuracy of the estimated position in meters.
-