Uses of Class
software.amazon.awssdk.services.notifications.model.AggregationSummary
-
Packages that use AggregationSummary Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of AggregationSummary in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return AggregationSummary Modifier and Type Method Description AggregationSummaryManagedNotificationEvent. aggregationSummary()Returns the value of the AggregationSummary property for this object.AggregationSummaryManagedNotificationEventOverview. aggregationSummary()Returns the value of the AggregationSummary property for this object.AggregationSummaryNotificationEvent. aggregationSummary()Provides additional information about how multiple notifications are grouped.AggregationSummaryNotificationEventOverview. aggregationSummary()Provides an aggregated summary data for notification events.Methods in software.amazon.awssdk.services.notifications.model with parameters of type AggregationSummary Modifier and Type Method Description ManagedNotificationEvent.BuilderManagedNotificationEvent.Builder. aggregationSummary(AggregationSummary aggregationSummary)Sets the value of the AggregationSummary property for this object.ManagedNotificationEventOverview.BuilderManagedNotificationEventOverview.Builder. aggregationSummary(AggregationSummary aggregationSummary)Sets the value of the AggregationSummary property for this object.NotificationEvent.BuilderNotificationEvent.Builder. aggregationSummary(AggregationSummary aggregationSummary)Provides additional information about how multiple notifications are grouped.NotificationEventOverview.BuilderNotificationEventOverview.Builder. aggregationSummary(AggregationSummary aggregationSummary)Provides an aggregated summary data for notification events.
-