| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
CreateCustomMetricResult |
AWSIotClient.createCustomMetric(CreateCustomMetricRequest request)
Use this API to define a Custom Metric published by your devices to Device Defender.
|
CreateCustomMetricResult |
AWSIot.createCustomMetric(CreateCustomMetricRequest createCustomMetricRequest)
Use this API to define a Custom Metric published by your devices to Device Defender.
|
CreateCustomMetricResult |
AbstractAWSIot.createCustomMetric(CreateCustomMetricRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCustomMetricResult> |
AWSIotAsyncClient.createCustomMetricAsync(CreateCustomMetricRequest request,
AsyncHandler<CreateCustomMetricRequest,CreateCustomMetricResult> asyncHandler) |
Future<CreateCustomMetricResult> |
AWSIotAsync.createCustomMetricAsync(CreateCustomMetricRequest createCustomMetricRequest,
AsyncHandler<CreateCustomMetricRequest,CreateCustomMetricResult> asyncHandler)
Use this API to define a Custom Metric published by your devices to Device Defender.
|
Future<CreateCustomMetricResult> |
AbstractAWSIotAsync.createCustomMetricAsync(CreateCustomMetricRequest request,
AsyncHandler<CreateCustomMetricRequest,CreateCustomMetricResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateCustomMetricResult |
CreateCustomMetricResult.clone() |
CreateCustomMetricResult |
CreateCustomMetricResult.withMetricArn(String metricArn)
The Amazon Resource Number (ARN) of the custom metric.
|
CreateCustomMetricResult |
CreateCustomMetricResult.withMetricName(String metricName)
The name of the custom metric to be used in the metric report.
|
Copyright © 2025. All rights reserved.