Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.NotificationSettingKey
-
Packages that use NotificationSettingKey Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of NotificationSettingKey in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type NotificationSettingKey Modifier and Type Method Description List<NotificationSettingKey>
ResetNotificationSettingsRequest. notificationSettingKeys()
A list of notification setting keys to reset.Methods in software.amazon.awssdk.services.rolesanywhere.model with parameters of type NotificationSettingKey Modifier and Type Method Description ResetNotificationSettingsRequest.Builder
ResetNotificationSettingsRequest.Builder. notificationSettingKeys(NotificationSettingKey... notificationSettingKeys)
A list of notification setting keys to reset.Method parameters in software.amazon.awssdk.services.rolesanywhere.model with type arguments of type NotificationSettingKey Modifier and Type Method Description ResetNotificationSettingsRequest.Builder
ResetNotificationSettingsRequest.Builder. notificationSettingKeys(Collection<NotificationSettingKey> notificationSettingKeys)
A list of notification setting keys to reset.
-