Uses of Class
software.amazon.awssdk.services.iotwireless.model.GetWirelessGatewayFirmwareInformationResponse
-
Packages that use GetWirelessGatewayFirmwareInformationResponse 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 GetWirelessGatewayFirmwareInformationResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return GetWirelessGatewayFirmwareInformationResponse Modifier and Type Method Description default GetWirelessGatewayFirmwareInformationResponseIotWirelessClient. getWirelessGatewayFirmwareInformation(Consumer<GetWirelessGatewayFirmwareInformationRequest.Builder> getWirelessGatewayFirmwareInformationRequest)Gets the firmware version and other information about a wireless gateway.default GetWirelessGatewayFirmwareInformationResponseIotWirelessClient. getWirelessGatewayFirmwareInformation(GetWirelessGatewayFirmwareInformationRequest getWirelessGatewayFirmwareInformationRequest)Gets the firmware version and other information about a wireless gateway.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type GetWirelessGatewayFirmwareInformationResponse Modifier and Type Method Description default CompletableFuture<GetWirelessGatewayFirmwareInformationResponse>IotWirelessAsyncClient. getWirelessGatewayFirmwareInformation(Consumer<GetWirelessGatewayFirmwareInformationRequest.Builder> getWirelessGatewayFirmwareInformationRequest)Gets the firmware version and other information about a wireless gateway.default CompletableFuture<GetWirelessGatewayFirmwareInformationResponse>IotWirelessAsyncClient. getWirelessGatewayFirmwareInformation(GetWirelessGatewayFirmwareInformationRequest getWirelessGatewayFirmwareInformationRequest)Gets the firmware version and other information about a wireless gateway.
-