| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
AnomalySubscriptionFrequency |
AnomalySubscription.frequency()
The frequency at which anomaly reports are sent over email.
|
AnomalySubscriptionFrequency |
UpdateAnomalySubscriptionRequest.frequency()
The update to the frequency value at which subscribers will receive notifications.
|
static AnomalySubscriptionFrequency |
AnomalySubscriptionFrequency.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AnomalySubscriptionFrequency |
AnomalySubscriptionFrequency.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AnomalySubscriptionFrequency> |
AnomalySubscriptionFrequency.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AnomalySubscription.Builder |
AnomalySubscription.Builder.frequency(AnomalySubscriptionFrequency frequency)
The frequency at which anomaly reports are sent over email.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.frequency(AnomalySubscriptionFrequency frequency)
The update to the frequency value at which subscribers will receive notifications.
|
Copyright © 2021. All rights reserved.