Uses of Class
software.amazon.awssdk.services.devopsguru.model.NotificationMessageType
-
Packages that use NotificationMessageType Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of NotificationMessageType in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return NotificationMessageType Modifier and Type Method Description static NotificationMessageTypeNotificationMessageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NotificationMessageTypeNotificationMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationMessageType[]NotificationMessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type NotificationMessageType Modifier and Type Method Description static Set<NotificationMessageType>NotificationMessageType. knownValues()List<NotificationMessageType>NotificationFilterConfig. messageTypes()The events that you want to receive notifications for.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type NotificationMessageType Modifier and Type Method Description NotificationFilterConfig.BuilderNotificationFilterConfig.Builder. messageTypes(NotificationMessageType... messageTypes)The events that you want to receive notifications for.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type NotificationMessageType Modifier and Type Method Description NotificationFilterConfig.BuilderNotificationFilterConfig.Builder. messageTypes(Collection<NotificationMessageType> messageTypes)The events that you want to receive notifications for.
-