| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless |
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.
|
| Modifier and Type | Method and Description |
|---|---|
default GetPositionEstimateResponse |
IotWirelessClient.getPositionEstimate(Consumer<GetPositionEstimateRequest.Builder> getPositionEstimateRequest)
Get estimated position information as a payload in GeoJSON format.
|
default GetPositionEstimateResponse |
IotWirelessClient.getPositionEstimate(GetPositionEstimateRequest getPositionEstimateRequest)
Get estimated position information as a payload in GeoJSON format.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.