Uses of Class
software.amazon.awssdk.services.iotwireless.model.GetPositionEstimateResponse
-
Packages that use GetPositionEstimateResponse Package Description software.amazon.awssdk.services.iotwireless AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud. -
-
Uses of GetPositionEstimateResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return GetPositionEstimateResponse Modifier and Type Method Description default GetPositionEstimateResponseIotWirelessClient. getPositionEstimate(Consumer<GetPositionEstimateRequest.Builder> getPositionEstimateRequest)Get estimated position information as a payload in GeoJSON format.default GetPositionEstimateResponseIotWirelessClient. getPositionEstimate(GetPositionEstimateRequest getPositionEstimateRequest)Get estimated position information as a payload in GeoJSON format.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type GetPositionEstimateResponse Modifier and Type Method Description default CompletableFuture<GetPositionEstimateResponse>IotWirelessAsyncClient. getPositionEstimate(Consumer<GetPositionEstimateRequest.Builder> getPositionEstimateRequest)Get estimated position information as a payload in GeoJSON format.default CompletableFuture<GetPositionEstimateResponse>IotWirelessAsyncClient. getPositionEstimate(GetPositionEstimateRequest getPositionEstimateRequest)Get estimated position information as a payload in GeoJSON format.
-