Uses of Class
software.amazon.awssdk.services.iotwireless.model.GetWirelessGatewayResponse
-
Packages that use GetWirelessGatewayResponse 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 GetWirelessGatewayResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return GetWirelessGatewayResponse Modifier and Type Method Description default GetWirelessGatewayResponseIotWirelessClient. getWirelessGateway(Consumer<GetWirelessGatewayRequest.Builder> getWirelessGatewayRequest)Gets information about a wireless gateway.default GetWirelessGatewayResponseIotWirelessClient. getWirelessGateway(GetWirelessGatewayRequest getWirelessGatewayRequest)Gets information about a wireless gateway.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type GetWirelessGatewayResponse Modifier and Type Method Description default CompletableFuture<GetWirelessGatewayResponse>IotWirelessAsyncClient. getWirelessGateway(Consumer<GetWirelessGatewayRequest.Builder> getWirelessGatewayRequest)Gets information about a wireless gateway.default CompletableFuture<GetWirelessGatewayResponse>IotWirelessAsyncClient. getWirelessGateway(GetWirelessGatewayRequest getWirelessGatewayRequest)Gets information about a wireless gateway.
-