Uses of Class
software.amazon.awssdk.services.location.model.InferredState
-
Packages that use InferredState Package Description software.amazon.awssdk.services.location.model -
-
Uses of InferredState in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return InferredState Modifier and Type Method Description InferredStateVerifyDevicePositionResponse. inferredState()The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.Methods in software.amazon.awssdk.services.location.model with parameters of type InferredState Modifier and Type Method Description VerifyDevicePositionResponse.BuilderVerifyDevicePositionResponse.Builder. inferredState(InferredState inferredState)The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.
-