Uses of Interface
software.amazon.awssdk.services.location.model.InferredState.Builder
-
Packages that use InferredState.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of InferredState.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return InferredState.Builder Modifier and Type Method Description default InferredState.BuilderInferredState.Builder. accuracy(Consumer<PositionalAccuracy.Builder> accuracy)The level of certainty of the inferred position.InferredState.BuilderInferredState.Builder. accuracy(PositionalAccuracy accuracy)The level of certainty of the inferred position.static InferredState.BuilderInferredState. builder()InferredState.BuilderInferredState.Builder. deviationDistance(Double deviationDistance)The distance between the inferred position and the device's self-reported position.InferredState.BuilderInferredState.Builder. position(Double... position)The device position inferred by the provided position, IP address, cellular signals, and Wi-Fi- access points.InferredState.BuilderInferredState.Builder. position(Collection<Double> position)The device position inferred by the provided position, IP address, cellular signals, and Wi-Fi- access points.InferredState.BuilderInferredState.Builder. proxyDetected(Boolean proxyDetected)Indicates if a proxy was used.InferredState.BuilderInferredState. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type InferredState.Builder Modifier and Type Method Description static Class<? extends InferredState.Builder>InferredState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type InferredState.Builder Modifier and Type Method Description default VerifyDevicePositionResponse.BuilderVerifyDevicePositionResponse.Builder. inferredState(Consumer<InferredState.Builder> inferredState)The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.
-