| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateCustomMetricResult> |
AWSIotAsyncClient.updateCustomMetricAsync(UpdateCustomMetricRequest request,
AsyncHandler<UpdateCustomMetricRequest,UpdateCustomMetricResult> asyncHandler) |
Future<UpdateCustomMetricResult> |
AWSIotAsync.updateCustomMetricAsync(UpdateCustomMetricRequest updateCustomMetricRequest,
AsyncHandler<UpdateCustomMetricRequest,UpdateCustomMetricResult> asyncHandler)
Updates a Device Defender detect custom metric.
|
Future<UpdateCustomMetricResult> |
AbstractAWSIotAsync.updateCustomMetricAsync(UpdateCustomMetricRequest request,
AsyncHandler<UpdateCustomMetricRequest,UpdateCustomMetricResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomMetricRequest |
UpdateCustomMetricRequest.clone() |
UpdateCustomMetricRequest |
UpdateCustomMetricRequest.withDisplayName(String displayName)
Field represents a friendly name in the console for the custom metric, it doesn't have to be unique.
|
UpdateCustomMetricRequest |
UpdateCustomMetricRequest.withMetricName(String metricName)
The name of the custom metric.
|
Copyright © 2024. All rights reserved.