Uses of Class
software.amazon.awssdk.services.iotwireless.model.UpdateMetricConfigurationResponse
-
Packages that use UpdateMetricConfigurationResponse 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 UpdateMetricConfigurationResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return UpdateMetricConfigurationResponse Modifier and Type Method Description default UpdateMetricConfigurationResponseIotWirelessClient. updateMetricConfiguration(Consumer<UpdateMetricConfigurationRequest.Builder> updateMetricConfigurationRequest)Update the summary metric configuration.default UpdateMetricConfigurationResponseIotWirelessClient. updateMetricConfiguration(UpdateMetricConfigurationRequest updateMetricConfigurationRequest)Update the summary metric configuration.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type UpdateMetricConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateMetricConfigurationResponse>IotWirelessAsyncClient. updateMetricConfiguration(Consumer<UpdateMetricConfigurationRequest.Builder> updateMetricConfigurationRequest)Update the summary metric configuration.default CompletableFuture<UpdateMetricConfigurationResponse>IotWirelessAsyncClient. updateMetricConfiguration(UpdateMetricConfigurationRequest updateMetricConfigurationRequest)Update the summary metric configuration.
-