Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.AnomalyInstance
-
Packages that use AnomalyInstance Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of AnomalyInstance in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type AnomalyInstance Modifier and Type Method Description List<AnomalyInstance>Anomaly. instances()A list of the instances of the detected anomalies during the requested period.Methods in software.amazon.awssdk.services.codeguruprofiler.model with parameters of type AnomalyInstance Modifier and Type Method Description Anomaly.BuilderAnomaly.Builder. instances(AnomalyInstance... instances)A list of the instances of the detected anomalies during the requested period.Method parameters in software.amazon.awssdk.services.codeguruprofiler.model with type arguments of type AnomalyInstance Modifier and Type Method Description Anomaly.BuilderAnomaly.Builder. instances(Collection<AnomalyInstance> instances)A list of the instances of the detected anomalies during the requested period.
-