Uses of Class
software.amazon.awssdk.services.iot.model.CreateCustomMetricRequest
-
Packages that use CreateCustomMetricRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of CreateCustomMetricRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type CreateCustomMetricRequest Modifier and Type Method Description default CompletableFuture<CreateCustomMetricResponse>IotAsyncClient. createCustomMetric(CreateCustomMetricRequest 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. -
Uses of CreateCustomMetricRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type CreateCustomMetricRequest Modifier and Type Method Description SdkHttpFullRequestCreateCustomMetricRequestMarshaller. marshall(CreateCustomMetricRequest createCustomMetricRequest)
-