Uses of Class
software.amazon.awssdk.services.iotwireless.model.GetPositionResponse
-
Packages that use GetPositionResponse 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 GetPositionResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return GetPositionResponse Modifier and Type Method Description default GetPositionResponseIotWirelessClient. getPosition(Consumer<GetPositionRequest.Builder> getPositionRequest)Deprecated.This operation is no longer supported.default GetPositionResponseIotWirelessClient. getPosition(GetPositionRequest getPositionRequest)Deprecated.This operation is no longer supported.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type GetPositionResponse Modifier and Type Method Description default CompletableFuture<GetPositionResponse>IotWirelessAsyncClient. getPosition(Consumer<GetPositionRequest.Builder> getPositionRequest)Deprecated.This operation is no longer supported.default CompletableFuture<GetPositionResponse>IotWirelessAsyncClient. getPosition(GetPositionRequest getPositionRequest)Deprecated.This operation is no longer supported.
-