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 theNotificationConfiguration.AggregationDurationGetNotificationConfigurationResponse. aggregationDuration()The aggregation preference of theNotificationConfiguration.AggregationDurationNotificationConfigurationStructure. aggregationDuration()The aggregation preference of theNotificationConfiguration.AggregationDurationUpdateNotificationConfigurationRequest. aggregationDuration()The aggregation preference of theNotificationConfiguration.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 theNotificationConfiguration.GetNotificationConfigurationResponse.BuilderGetNotificationConfigurationResponse.Builder. aggregationDuration(AggregationDuration aggregationDuration)The aggregation preference of theNotificationConfiguration.NotificationConfigurationStructure.BuilderNotificationConfigurationStructure.Builder. aggregationDuration(AggregationDuration aggregationDuration)The aggregation preference of theNotificationConfiguration.UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. aggregationDuration(AggregationDuration aggregationDuration)The aggregation preference of theNotificationConfiguration.
-