| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatch.model | |
| software.amazon.awssdk.services.cloudwatch.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AnomalyDetector> |
DescribeAnomalyDetectorsResponse.anomalyDetectors()
The list of anomaly detection models returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAnomalyDetectorsResponse.Builder |
DescribeAnomalyDetectorsResponse.Builder.anomalyDetectors(AnomalyDetector... anomalyDetectors)
The list of anomaly detection models returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAnomalyDetectorsResponse.Builder |
DescribeAnomalyDetectorsResponse.Builder.anomalyDetectors(Collection<AnomalyDetector> anomalyDetectors)
The list of anomaly detection models returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AnomalyDetector> |
DescribeAnomalyDetectorsPublisher.anomalyDetectors()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AnomalyDetector> |
DescribeAnomalyDetectorsIterable.anomalyDetectors()
Returns an iterable to iterate through the paginated
DescribeAnomalyDetectorsResponse.anomalyDetectors()
member. |
Copyright © 2023. All rights reserved.