Uses of Class
software.amazon.awssdk.services.iot.model.UpdateCustomMetricRequest
-
Packages that use UpdateCustomMetricRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of UpdateCustomMetricRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type UpdateCustomMetricRequest Modifier and Type Method Description default CompletableFuture<UpdateCustomMetricResponse>IotAsyncClient. updateCustomMetric(UpdateCustomMetricRequest updateCustomMetricRequest)Updates a Device Defender detect custom metric.default UpdateCustomMetricResponseIotClient. updateCustomMetric(UpdateCustomMetricRequest updateCustomMetricRequest)Updates a Device Defender detect custom metric. -
Uses of UpdateCustomMetricRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type UpdateCustomMetricRequest Modifier and Type Method Description SdkHttpFullRequestUpdateCustomMetricRequestMarshaller. marshall(UpdateCustomMetricRequest updateCustomMetricRequest)
-