Uses of Class
software.amazon.awssdk.services.costexplorer.model.RootCause
-
Packages that use RootCause Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of RootCause in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type RootCause Modifier and Type Method Description List<RootCause>Anomaly. rootCauses()The list of identified root causes for the anomaly.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type RootCause Modifier and Type Method Description Anomaly.BuilderAnomaly.Builder. rootCauses(RootCause... rootCauses)The list of identified root causes for the anomaly.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type RootCause Modifier and Type Method Description Anomaly.BuilderAnomaly.Builder. rootCauses(Collection<RootCause> rootCauses)The list of identified root causes for the anomaly.
-