| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationMessageType |
NotificationMessageType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static NotificationMessageType |
NotificationMessageType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<NotificationMessageType> |
NotificationMessageType.knownValues()
|
List<NotificationMessageType> |
NotificationFilterConfig.messageTypes()
The events that you want to receive notifications for.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationFilterConfig.Builder |
NotificationFilterConfig.Builder.messageTypes(NotificationMessageType... messageTypes)
The events that you want to receive notifications for.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationFilterConfig.Builder |
NotificationFilterConfig.Builder.messageTypes(Collection<NotificationMessageType> messageTypes)
The events that you want to receive notifications for.
|
Copyright © 2023. All rights reserved.