| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationEvent |
NotificationSetting.event()
The event to which this notification setting is applied.
|
NotificationEvent |
NotificationSettingDetail.event()
The event to which this notification setting is applied.
|
NotificationEvent |
NotificationSettingKey.event()
The notification setting event to reset.
|
static NotificationEvent |
NotificationEvent.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static NotificationEvent |
NotificationEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationEvent[] |
NotificationEvent.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<NotificationEvent> |
NotificationEvent.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NotificationSetting.Builder |
NotificationSetting.Builder.event(NotificationEvent event)
The event to which this notification setting is applied.
|
NotificationSettingDetail.Builder |
NotificationSettingDetail.Builder.event(NotificationEvent event)
The event to which this notification setting is applied.
|
NotificationSettingKey.Builder |
NotificationSettingKey.Builder.event(NotificationEvent event)
The notification setting event to reset.
|
Copyright © 2023. All rights reserved.