Uses of Class
software.amazon.awssdk.services.costexplorer.model.Anomaly
-
Packages that use Anomaly Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of Anomaly in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type Anomaly Modifier and Type Method Description List<Anomaly>GetAnomaliesResponse. anomalies()A list of cost anomalies.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type Anomaly Modifier and Type Method Description GetAnomaliesResponse.BuilderGetAnomaliesResponse.Builder. anomalies(Anomaly... anomalies)A list of cost anomalies.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type Anomaly Modifier and Type Method Description GetAnomaliesResponse.BuilderGetAnomaliesResponse.Builder. anomalies(Collection<Anomaly> anomalies)A list of cost anomalies.
-