| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationSettingKey |
NotificationSettingKey.clone() |
NotificationSettingKey |
NotificationSettingKey.withChannel(NotificationChannel channel)
The specified channel of notification.
|
NotificationSettingKey |
NotificationSettingKey.withChannel(String channel)
The specified channel of notification.
|
NotificationSettingKey |
NotificationSettingKey.withEvent(NotificationEvent event)
The notification setting event to reset.
|
NotificationSettingKey |
NotificationSettingKey.withEvent(String event)
The notification setting event to reset.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationSettingKey> |
ResetNotificationSettingsRequest.getNotificationSettingKeys()
A list of notification setting keys to reset.
|
| Modifier and Type | Method and Description |
|---|---|
ResetNotificationSettingsRequest |
ResetNotificationSettingsRequest.withNotificationSettingKeys(NotificationSettingKey... notificationSettingKeys)
A list of notification setting keys to reset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResetNotificationSettingsRequest.setNotificationSettingKeys(Collection<NotificationSettingKey> notificationSettingKeys)
A list of notification setting keys to reset.
|
ResetNotificationSettingsRequest |
ResetNotificationSettingsRequest.withNotificationSettingKeys(Collection<NotificationSettingKey> notificationSettingKeys)
A list of notification setting keys to reset.
|
Copyright © 2024. All rights reserved.