Uses of Class
software.amazon.awssdk.services.iot.model.CreateCustomMetricResponse
-
Packages that use CreateCustomMetricResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of CreateCustomMetricResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return CreateCustomMetricResponse Modifier and Type Method Description default CreateCustomMetricResponseIotClient. createCustomMetric(Consumer<CreateCustomMetricRequest.Builder> createCustomMetricRequest)Use this API to define a Custom Metric published by your devices to Device Defender.default CreateCustomMetricResponseIotClient. createCustomMetric(CreateCustomMetricRequest createCustomMetricRequest)Use this API to define a Custom Metric published by your devices to Device Defender.Methods in software.amazon.awssdk.services.iot that return types with arguments of type CreateCustomMetricResponse Modifier and Type Method Description default CompletableFuture<CreateCustomMetricResponse>IotAsyncClient. createCustomMetric(Consumer<CreateCustomMetricRequest.Builder> createCustomMetricRequest)Use this API to define a Custom Metric published by your devices to Device Defender.default CompletableFuture<CreateCustomMetricResponse>IotAsyncClient. createCustomMetric(CreateCustomMetricRequest createCustomMetricRequest)Use this API to define a Custom Metric published by your devices to Device Defender.
-