Uses of Class
software.amazon.awssdk.services.notifications.model.AggregationDuration
-
Packages that use AggregationDuration Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of AggregationDuration in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return AggregationDuration Modifier and Type Method Description AggregationDurationCreateNotificationConfigurationRequest. aggregationDuration()The aggregation preference of the NotificationConfiguration.AggregationDurationGetNotificationConfigurationResponse. aggregationDuration()The aggregation preference of the NotificationConfiguration.AggregationDurationNotificationConfigurationStructure. aggregationDuration()The aggregation preference of the NotificationConfiguration.AggregationDurationUpdateNotificationConfigurationRequest. aggregationDuration()The status of this NotificationConfiguration.static AggregationDurationAggregationDuration. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AggregationDurationAggregationDuration. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationDuration[]AggregationDuration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type AggregationDuration Modifier and Type Method Description static Set<AggregationDuration>AggregationDuration. knownValues()Methods in software.amazon.awssdk.services.notifications.model with parameters of type AggregationDuration Modifier and Type Method Description CreateNotificationConfigurationRequest.BuilderCreateNotificationConfigurationRequest.Builder. aggregationDuration(AggregationDuration aggregationDuration)The aggregation preference of the NotificationConfiguration.GetNotificationConfigurationResponse.BuilderGetNotificationConfigurationResponse.Builder. aggregationDuration(AggregationDuration aggregationDuration)The aggregation preference of the NotificationConfiguration.NotificationConfigurationStructure.BuilderNotificationConfigurationStructure.Builder. aggregationDuration(AggregationDuration aggregationDuration)The aggregation preference of the NotificationConfiguration.UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. aggregationDuration(AggregationDuration aggregationDuration)The status of this NotificationConfiguration.
-