Uses of Class
software.amazon.awssdk.services.datazone.model.NotificationType
-
Packages that use NotificationType Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of NotificationType in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return NotificationType Modifier and Type Method Description static NotificationTypeNotificationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NotificationTypeListNotificationsRequest. type()The type of notifications.NotificationTypeNotificationOutput. type()The type of the notification.static NotificationTypeNotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationType[]NotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type NotificationType Modifier and Type Method Description static Set<NotificationType>NotificationType. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type NotificationType Modifier and Type Method Description ListNotificationsRequest.BuilderListNotificationsRequest.Builder. type(NotificationType type)The type of notifications.NotificationOutput.BuilderNotificationOutput.Builder. type(NotificationType type)The type of the notification.
-