| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomMetricResult |
AbstractAWSIot.updateCustomMetric(UpdateCustomMetricRequest request) |
UpdateCustomMetricResult |
AWSIotClient.updateCustomMetric(UpdateCustomMetricRequest request)
Updates a Device Defender detect custom metric.
|
UpdateCustomMetricResult |
AWSIot.updateCustomMetric(UpdateCustomMetricRequest updateCustomMetricRequest)
Updates a Device Defender detect custom metric.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateCustomMetricResult> |
AWSIotAsyncClient.updateCustomMetricAsync(UpdateCustomMetricRequest request,
AsyncHandler<UpdateCustomMetricRequest,UpdateCustomMetricResult> asyncHandler) |
Future<UpdateCustomMetricResult> |
AbstractAWSIotAsync.updateCustomMetricAsync(UpdateCustomMetricRequest request,
AsyncHandler<UpdateCustomMetricRequest,UpdateCustomMetricResult> asyncHandler) |
Future<UpdateCustomMetricResult> |
AWSIotAsync.updateCustomMetricAsync(UpdateCustomMetricRequest updateCustomMetricRequest,
AsyncHandler<UpdateCustomMetricRequest,UpdateCustomMetricResult> asyncHandler)
Updates a Device Defender detect custom metric.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomMetricResult |
UpdateCustomMetricResult.clone() |
UpdateCustomMetricResult |
UpdateCustomMetricResult.withCreationDate(Date creationDate)
The creation date of the custom metric in milliseconds since epoch.
|
UpdateCustomMetricResult |
UpdateCustomMetricResult.withDisplayName(String displayName)
A friendly name in the console for the custom metric
|
UpdateCustomMetricResult |
UpdateCustomMetricResult.withLastModifiedDate(Date lastModifiedDate)
The time the custom metric was last modified in milliseconds since epoch.
|
UpdateCustomMetricResult |
UpdateCustomMetricResult.withMetricArn(String metricArn)
The Amazon Resource Number (ARN) of the custom metric.
|
UpdateCustomMetricResult |
UpdateCustomMetricResult.withMetricName(String metricName)
The name of the custom metric.
|
UpdateCustomMetricResult |
UpdateCustomMetricResult.withMetricType(CustomMetricType metricType)
The type of the custom metric.
|
UpdateCustomMetricResult |
UpdateCustomMetricResult.withMetricType(String metricType)
The type of the custom metric.
|
Copyright © 2021. All rights reserved.