Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.NotificationSettingDetail
-
Packages that use NotificationSettingDetail Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of NotificationSettingDetail in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type NotificationSettingDetail Modifier and Type Method Description List<NotificationSettingDetail>TrustAnchorDetail. notificationSettings()A list of notification settings to be associated to the trust anchor.Methods in software.amazon.awssdk.services.rolesanywhere.model with parameters of type NotificationSettingDetail Modifier and Type Method Description TrustAnchorDetail.BuilderTrustAnchorDetail.Builder. notificationSettings(NotificationSettingDetail... notificationSettings)A list of notification settings to be associated to the trust anchor.Method parameters in software.amazon.awssdk.services.rolesanywhere.model with type arguments of type NotificationSettingDetail Modifier and Type Method Description TrustAnchorDetail.BuilderTrustAnchorDetail.Builder. notificationSettings(Collection<NotificationSettingDetail> notificationSettings)A list of notification settings to be associated to the trust anchor.
-