| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomMetricResult |
AbstractAWSIot.describeCustomMetric(DescribeCustomMetricRequest request) |
DescribeCustomMetricResult |
AWSIot.describeCustomMetric(DescribeCustomMetricRequest describeCustomMetricRequest)
Gets information about a Device Defender detect custom metric.
|
DescribeCustomMetricResult |
AWSIotClient.describeCustomMetric(DescribeCustomMetricRequest request)
Gets information about a Device Defender detect custom metric.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeCustomMetricResult> |
AbstractAWSIotAsync.describeCustomMetricAsync(DescribeCustomMetricRequest request,
AsyncHandler<DescribeCustomMetricRequest,DescribeCustomMetricResult> asyncHandler) |
Future<DescribeCustomMetricResult> |
AWSIotAsync.describeCustomMetricAsync(DescribeCustomMetricRequest describeCustomMetricRequest,
AsyncHandler<DescribeCustomMetricRequest,DescribeCustomMetricResult> asyncHandler)
Gets information about a Device Defender detect custom metric.
|
Future<DescribeCustomMetricResult> |
AWSIotAsyncClient.describeCustomMetricAsync(DescribeCustomMetricRequest request,
AsyncHandler<DescribeCustomMetricRequest,DescribeCustomMetricResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomMetricResult |
DescribeCustomMetricResult.clone() |
DescribeCustomMetricResult |
DescribeCustomMetricResult.withCreationDate(Date creationDate)
The creation date of the custom metric in milliseconds since epoch.
|
DescribeCustomMetricResult |
DescribeCustomMetricResult.withDisplayName(String displayName)
Field represents a friendly name in the console for the custom metric; doesn't have to be unique.
|
DescribeCustomMetricResult |
DescribeCustomMetricResult.withLastModifiedDate(Date lastModifiedDate)
The time the custom metric was last modified in milliseconds since epoch.
|
DescribeCustomMetricResult |
DescribeCustomMetricResult.withMetricArn(String metricArn)
The Amazon Resource Number (ARN) of the custom metric.
|
DescribeCustomMetricResult |
DescribeCustomMetricResult.withMetricName(String metricName)
The name of the custom metric.
|
DescribeCustomMetricResult |
DescribeCustomMetricResult.withMetricType(CustomMetricType metricType)
The type of the custom metric.
|
DescribeCustomMetricResult |
DescribeCustomMetricResult.withMetricType(String metricType)
The type of the custom metric.
|
Copyright © 2023. All rights reserved.