Uses of Interface
software.amazon.awssdk.services.codeguruprofiler.model.Anomaly.Builder
-
Packages that use Anomaly.Builder Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of Anomaly.Builder in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return Anomaly.Builder Modifier and Type Method Description static Anomaly.BuilderAnomaly. builder()Anomaly.BuilderAnomaly.Builder. instances(Collection<AnomalyInstance> instances)A list of the instances of the detected anomalies during the requested period.Anomaly.BuilderAnomaly.Builder. instances(Consumer<AnomalyInstance.Builder>... instances)A list of the instances of the detected anomalies during the requested period.Anomaly.BuilderAnomaly.Builder. instances(AnomalyInstance... instances)A list of the instances of the detected anomalies during the requested period.default Anomaly.BuilderAnomaly.Builder. metric(Consumer<Metric.Builder> metric)Details about the metric that the analysis used when it detected the anomaly.Anomaly.BuilderAnomaly.Builder. metric(Metric metric)Details about the metric that the analysis used when it detected the anomaly.Anomaly.BuilderAnomaly.Builder. reason(String reason)The reason for which metric was flagged as anomalous.Anomaly.BuilderAnomaly. toBuilder()Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type Anomaly.Builder Modifier and Type Method Description static Class<? extends Anomaly.Builder>Anomaly. serializableBuilderClass()
-