Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.Anomaly
-
Packages that use Anomaly Package Description software.amazon.awssdk.services.cloudwatchlogs.model software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of Anomaly in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type Anomaly Modifier and Type Method Description List<Anomaly>ListAnomaliesResponse. anomalies()An array of structures, where each structure contains information about one anomaly that a log anomaly detector has found.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type Anomaly Modifier and Type Method Description ListAnomaliesResponse.BuilderListAnomaliesResponse.Builder. anomalies(Anomaly... anomalies)An array of structures, where each structure contains information about one anomaly that a log anomaly detector has found.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type Anomaly Modifier and Type Method Description ListAnomaliesResponse.BuilderListAnomaliesResponse.Builder. anomalies(Collection<Anomaly> anomalies)An array of structures, where each structure contains information about one anomaly that a log anomaly detector has found. -
Uses of Anomaly in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type Anomaly Modifier and Type Method Description SdkIterable<Anomaly>ListAnomaliesIterable. anomalies()Returns an iterable to iterate through the paginatedListAnomaliesResponse.anomalies()member.SdkPublisher<Anomaly>ListAnomaliesPublisher. anomalies()Returns a publisher that can be used to get a stream of data.
-