| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ListCustomMetricsResult |
AbstractAWSIot.listCustomMetrics(ListCustomMetricsRequest request) |
ListCustomMetricsResult |
AWSIotClient.listCustomMetrics(ListCustomMetricsRequest request)
Lists your Device Defender detect custom metrics.
|
ListCustomMetricsResult |
AWSIot.listCustomMetrics(ListCustomMetricsRequest listCustomMetricsRequest)
Lists your Device Defender detect custom metrics.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListCustomMetricsResult> |
AWSIotAsyncClient.listCustomMetricsAsync(ListCustomMetricsRequest request,
AsyncHandler<ListCustomMetricsRequest,ListCustomMetricsResult> asyncHandler) |
Future<ListCustomMetricsResult> |
AbstractAWSIotAsync.listCustomMetricsAsync(ListCustomMetricsRequest request,
AsyncHandler<ListCustomMetricsRequest,ListCustomMetricsResult> asyncHandler) |
Future<ListCustomMetricsResult> |
AWSIotAsync.listCustomMetricsAsync(ListCustomMetricsRequest listCustomMetricsRequest,
AsyncHandler<ListCustomMetricsRequest,ListCustomMetricsResult> asyncHandler)
Lists your Device Defender detect custom metrics.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomMetricsResult |
ListCustomMetricsResult.clone() |
ListCustomMetricsResult |
ListCustomMetricsResult.withMetricNames(Collection<String> metricNames)
The name of the custom metric.
|
ListCustomMetricsResult |
ListCustomMetricsResult.withMetricNames(String... metricNames)
The name of the custom metric.
|
ListCustomMetricsResult |
ListCustomMetricsResult.withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
Copyright © 2021. All rights reserved.