Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.AllowNotifications
-
Packages that use AllowNotifications Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of AllowNotifications in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return AllowNotifications Modifier and Type Method Description AllowNotificationsPushNotificationPreferences. allowNotifications()Enum value that indicates which push notifications to send to the requested member of a channel.static AllowNotificationsAllowNotifications. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AllowNotificationsAllowNotifications. valueOf(String name)Returns the enum constant of this type with the specified name.static AllowNotifications[]AllowNotifications. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type AllowNotifications Modifier and Type Method Description static Set<AllowNotifications>AllowNotifications. knownValues()Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type AllowNotifications Modifier and Type Method Description PushNotificationPreferences.BuilderPushNotificationPreferences.Builder. allowNotifications(AllowNotifications allowNotifications)Enum value that indicates which push notifications to send to the requested member of a channel.
-