Uses of Class
software.amazon.awssdk.services.notifications.model.AggregationKey
-
Packages that use AggregationKey Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of AggregationKey in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type AggregationKey Modifier and Type Method Description List<AggregationKey>AggregationSummary. aggregatedBy()Indicates the criteria or rules by which notifications have been grouped together.Methods in software.amazon.awssdk.services.notifications.model with parameters of type AggregationKey Modifier and Type Method Description AggregationSummary.BuilderAggregationSummary.Builder. aggregatedBy(AggregationKey... aggregatedBy)Indicates the criteria or rules by which notifications have been grouped together.Method parameters in software.amazon.awssdk.services.notifications.model with type arguments of type AggregationKey Modifier and Type Method Description AggregationSummary.BuilderAggregationSummary.Builder. aggregatedBy(Collection<AggregationKey> aggregatedBy)Indicates the criteria or rules by which notifications have been grouped together.
-