Uses of Class
software.amazon.awssdk.services.iotwireless.model.ResetAllResourceLogLevelsResponse
-
Packages that use ResetAllResourceLogLevelsResponse 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 ResetAllResourceLogLevelsResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return ResetAllResourceLogLevelsResponse Modifier and Type Method Description default ResetAllResourceLogLevelsResponseIotWirelessClient. resetAllResourceLogLevels(Consumer<ResetAllResourceLogLevelsRequest.Builder> resetAllResourceLogLevelsRequest)Removes the log-level overrides for all resources; wireless devices, wireless gateways, and fuota tasks.default ResetAllResourceLogLevelsResponseIotWirelessClient. resetAllResourceLogLevels(ResetAllResourceLogLevelsRequest resetAllResourceLogLevelsRequest)Removes the log-level overrides for all resources; wireless devices, wireless gateways, and fuota tasks.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type ResetAllResourceLogLevelsResponse Modifier and Type Method Description default CompletableFuture<ResetAllResourceLogLevelsResponse>IotWirelessAsyncClient. resetAllResourceLogLevels(Consumer<ResetAllResourceLogLevelsRequest.Builder> resetAllResourceLogLevelsRequest)Removes the log-level overrides for all resources; wireless devices, wireless gateways, and fuota tasks.default CompletableFuture<ResetAllResourceLogLevelsResponse>IotWirelessAsyncClient. resetAllResourceLogLevels(ResetAllResourceLogLevelsRequest resetAllResourceLogLevelsRequest)Removes the log-level overrides for all resources; wireless devices, wireless gateways, and fuota tasks.
-