Uses of Interface
software.amazon.awssdk.services.notifications.model.AggregationKey.Builder
-
Packages that use AggregationKey.Builder Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of AggregationKey.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return AggregationKey.Builder Modifier and Type Method Description static AggregationKey.BuilderAggregationKey. builder()AggregationKey.BuilderAggregationKey.Builder. name(String name)Indicates the type of aggregation key.AggregationKey.BuilderAggregationKey. toBuilder()AggregationKey.BuilderAggregationKey.Builder. value(String value)Indicates the value associated with the aggregation key name.Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type AggregationKey.Builder Modifier and Type Method Description static Class<? extends AggregationKey.Builder>AggregationKey. serializableBuilderClass()
-