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