Uses of Interface
software.amazon.awssdk.services.iotwireless.model.UpdateMetricConfigurationRequest.Builder
-
Packages that use UpdateMetricConfigurationRequest.Builder Package Description software.amazon.awssdk.services.iotwireless AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.software.amazon.awssdk.services.iotwireless.model -
-
Uses of UpdateMetricConfigurationRequest.Builder in software.amazon.awssdk.services.iotwireless
Method parameters in software.amazon.awssdk.services.iotwireless with type arguments of type UpdateMetricConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateMetricConfigurationResponse>IotWirelessAsyncClient. updateMetricConfiguration(Consumer<UpdateMetricConfigurationRequest.Builder> updateMetricConfigurationRequest)Update the metric configuration.default UpdateMetricConfigurationResponseIotWirelessClient. updateMetricConfiguration(Consumer<UpdateMetricConfigurationRequest.Builder> updateMetricConfigurationRequest)Update the metric configuration. -
Uses of UpdateMetricConfigurationRequest.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type UpdateMetricConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateMetricConfigurationRequest.Builder>UpdateMetricConfigurationRequest. serializableBuilderClass()
-