Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
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 |
---|---|
CreateCustomMetricRequest |
CreateCustomMetricRequest.clone() |
CreateCustomMetricRequest |
CreateCustomMetricRequest.withClientRequestToken(String clientRequestToken)
Each custom metric must have a unique client request token.
|
CreateCustomMetricRequest |
CreateCustomMetricRequest.withDisplayName(String displayName)
The friendly name in the console for the custom metric.
|
CreateCustomMetricRequest |
CreateCustomMetricRequest.withMetricName(String metricName)
The name of the custom metric.
|
CreateCustomMetricRequest |
CreateCustomMetricRequest.withMetricType(CustomMetricType metricType)
The type of the custom metric.
|
CreateCustomMetricRequest |
CreateCustomMetricRequest.withMetricType(String metricType)
The type of the custom metric.
|
CreateCustomMetricRequest |
CreateCustomMetricRequest.withTags(Collection<Tag> tags)
Metadata that can be used to manage the custom metric.
|
CreateCustomMetricRequest |
CreateCustomMetricRequest.withTags(Tag... tags)
Metadata that can be used to manage the custom metric.
|
Copyright © 2023. All rights reserved.