Uses of Class
software.amazon.awssdk.services.costexplorer.model.AnomalySubscriptionFrequency
-
Packages that use AnomalySubscriptionFrequency Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of AnomalySubscriptionFrequency in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return AnomalySubscriptionFrequency Modifier and Type Method Description AnomalySubscriptionFrequencyAnomalySubscription. frequency()The frequency that anomaly notifications are sent.AnomalySubscriptionFrequencyUpdateAnomalySubscriptionRequest. frequency()The update to the frequency value that subscribers receive notifications.static AnomalySubscriptionFrequencyAnomalySubscriptionFrequency. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AnomalySubscriptionFrequencyAnomalySubscriptionFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static AnomalySubscriptionFrequency[]AnomalySubscriptionFrequency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type AnomalySubscriptionFrequency Modifier and Type Method Description static Set<AnomalySubscriptionFrequency>AnomalySubscriptionFrequency. knownValues()Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type AnomalySubscriptionFrequency Modifier and Type Method Description AnomalySubscription.BuilderAnomalySubscription.Builder. frequency(AnomalySubscriptionFrequency frequency)The frequency that anomaly notifications are sent.UpdateAnomalySubscriptionRequest.BuilderUpdateAnomalySubscriptionRequest.Builder. frequency(AnomalySubscriptionFrequency frequency)The update to the frequency value that subscribers receive notifications.
-