Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.PushNotificationType
-
Packages that use PushNotificationType Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of PushNotificationType in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return PushNotificationType Modifier and Type Method Description static PushNotificationTypePushNotificationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PushNotificationTypePushNotificationConfiguration. type()Enum value that indicates the type of the push notification for a message.static PushNotificationTypePushNotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static PushNotificationType[]PushNotificationType. 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 PushNotificationType Modifier and Type Method Description static Set<PushNotificationType>PushNotificationType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type PushNotificationType Modifier and Type Method Description PushNotificationConfiguration.BuilderPushNotificationConfiguration.Builder. type(PushNotificationType type)Enum value that indicates the type of the push notification for a message.
-