| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationSettingDetail |
NotificationSettingDetail.clone() |
NotificationSettingDetail |
NotificationSettingDetail.withChannel(NotificationChannel channel)
The specified channel of notification.
|
NotificationSettingDetail |
NotificationSettingDetail.withChannel(String channel)
The specified channel of notification.
|
NotificationSettingDetail |
NotificationSettingDetail.withConfiguredBy(String configuredBy)
The principal that configured the notification setting.
|
NotificationSettingDetail |
NotificationSettingDetail.withEnabled(Boolean enabled)
Indicates whether the notification setting is enabled.
|
NotificationSettingDetail |
NotificationSettingDetail.withEvent(NotificationEvent event)
The event to which this notification setting is applied.
|
NotificationSettingDetail |
NotificationSettingDetail.withEvent(String event)
The event to which this notification setting is applied.
|
NotificationSettingDetail |
NotificationSettingDetail.withThreshold(Integer threshold)
The number of days before a notification event.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationSettingDetail> |
TrustAnchorDetail.getNotificationSettings()
A list of notification settings to be associated to the trust anchor.
|
| Modifier and Type | Method and Description |
|---|---|
TrustAnchorDetail |
TrustAnchorDetail.withNotificationSettings(NotificationSettingDetail... notificationSettings)
A list of notification settings to be associated to the trust anchor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrustAnchorDetail.setNotificationSettings(Collection<NotificationSettingDetail> notificationSettings)
A list of notification settings to be associated to the trust anchor.
|
TrustAnchorDetail |
TrustAnchorDetail.withNotificationSettings(Collection<NotificationSettingDetail> notificationSettings)
A list of notification settings to be associated to the trust anchor.
|
Copyright © 2023. All rights reserved.