Uses of Interface
software.amazon.awssdk.services.costexplorer.model.AnomalyScore.Builder
-
Packages that use AnomalyScore.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of AnomalyScore.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return AnomalyScore.Builder Modifier and Type Method Description static AnomalyScore.BuilderAnomalyScore. builder()AnomalyScore.BuilderAnomalyScore.Builder. currentScore(Double currentScore)The last observed score.AnomalyScore.BuilderAnomalyScore.Builder. maxScore(Double maxScore)The maximum score that's observed during theAnomalyDateInterval.AnomalyScore.BuilderAnomalyScore. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type AnomalyScore.Builder Modifier and Type Method Description static Class<? extends AnomalyScore.Builder>AnomalyScore. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type AnomalyScore.Builder Modifier and Type Method Description default Anomaly.BuilderAnomaly.Builder. anomalyScore(Consumer<AnomalyScore.Builder> anomalyScore)The latest and maximum score for the anomaly.
-