Uses of Class
software.amazon.awssdk.services.iot.model.DeleteCustomMetricResponse
-
Packages that use DeleteCustomMetricResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DeleteCustomMetricResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DeleteCustomMetricResponse Modifier and Type Method Description default DeleteCustomMetricResponseIotClient. deleteCustomMetric(Consumer<DeleteCustomMetricRequest.Builder> deleteCustomMetricRequest)Deletes a Device Defender detect custom metric.default DeleteCustomMetricResponseIotClient. deleteCustomMetric(DeleteCustomMetricRequest deleteCustomMetricRequest)Deletes a Device Defender detect custom metric.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DeleteCustomMetricResponse Modifier and Type Method Description default CompletableFuture<DeleteCustomMetricResponse>IotAsyncClient. deleteCustomMetric(Consumer<DeleteCustomMetricRequest.Builder> deleteCustomMetricRequest)Deletes a Device Defender detect custom metric.default CompletableFuture<DeleteCustomMetricResponse>IotAsyncClient. deleteCustomMetric(DeleteCustomMetricRequest deleteCustomMetricRequest)Deletes a Device Defender detect custom metric.
-