| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics |
This is the Amazon Lookout for Metrics API Reference.
|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeAnomalyDetectorResult |
AmazonLookoutMetrics.describeAnomalyDetector(DescribeAnomalyDetectorRequest describeAnomalyDetectorRequest)
Describes a detector.
|
DescribeAnomalyDetectorResult |
AmazonLookoutMetricsClient.describeAnomalyDetector(DescribeAnomalyDetectorRequest request)
Describes a detector.
|
DescribeAnomalyDetectorResult |
AbstractAmazonLookoutMetrics.describeAnomalyDetector(DescribeAnomalyDetectorRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeAnomalyDetectorResult> |
AmazonLookoutMetricsAsyncClient.describeAnomalyDetectorAsync(DescribeAnomalyDetectorRequest request,
AsyncHandler<DescribeAnomalyDetectorRequest,DescribeAnomalyDetectorResult> asyncHandler) |
Future<DescribeAnomalyDetectorResult> |
AmazonLookoutMetricsAsync.describeAnomalyDetectorAsync(DescribeAnomalyDetectorRequest describeAnomalyDetectorRequest,
AsyncHandler<DescribeAnomalyDetectorRequest,DescribeAnomalyDetectorResult> asyncHandler)
Describes a detector.
|
Future<DescribeAnomalyDetectorResult> |
AbstractAmazonLookoutMetricsAsync.describeAnomalyDetectorAsync(DescribeAnomalyDetectorRequest request,
AsyncHandler<DescribeAnomalyDetectorRequest,DescribeAnomalyDetectorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeAnomalyDetectorResult |
DescribeAnomalyDetectorResult.clone() |
DescribeAnomalyDetectorResult |
DescribeAnomalyDetectorResult.withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector.
|
DescribeAnomalyDetectorResult |
DescribeAnomalyDetectorResult.withAnomalyDetectorConfig(AnomalyDetectorConfigSummary anomalyDetectorConfig)
Contains information about the detector's configuration.
|
DescribeAnomalyDetectorResult |
DescribeAnomalyDetectorResult.withAnomalyDetectorDescription(String anomalyDetectorDescription)
A description of the detector.
|
DescribeAnomalyDetectorResult |
DescribeAnomalyDetectorResult.withAnomalyDetectorName(String anomalyDetectorName)
The name of the detector.
|
DescribeAnomalyDetectorResult |
DescribeAnomalyDetectorResult.withCreationTime(Date creationTime)
The time at which the detector was created.
|
DescribeAnomalyDetectorResult |
DescribeAnomalyDetectorResult.withFailureReason(String failureReason)
The reason that the detector failed.
|
DescribeAnomalyDetectorResult |
DescribeAnomalyDetectorResult.withFailureType(AnomalyDetectorFailureType failureType)
The process that caused the detector to fail.
|
DescribeAnomalyDetectorResult |
DescribeAnomalyDetectorResult.withFailureType(String failureType)
The process that caused the detector to fail.
|
DescribeAnomalyDetectorResult |
DescribeAnomalyDetectorResult.withKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key to use to encrypt your data.
|
DescribeAnomalyDetectorResult |
DescribeAnomalyDetectorResult.withLastModificationTime(Date lastModificationTime)
The time at which the detector was last modified.
|
DescribeAnomalyDetectorResult |
DescribeAnomalyDetectorResult.withStatus(AnomalyDetectorStatus status)
The status of the detector.
|
DescribeAnomalyDetectorResult |
DescribeAnomalyDetectorResult.withStatus(String status)
The status of the detector.
|
Copyright © 2022. All rights reserved.