Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.NotificationSetting
-
Packages that use NotificationSetting Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of NotificationSetting in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type NotificationSetting Modifier and Type Method Description List<NotificationSetting>CreateTrustAnchorRequest. notificationSettings()A list of notification settings to be associated to the trust anchor.List<NotificationSetting>PutNotificationSettingsRequest. 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 NotificationSetting Modifier and Type Method Description CreateTrustAnchorRequest.BuilderCreateTrustAnchorRequest.Builder. notificationSettings(NotificationSetting... notificationSettings)A list of notification settings to be associated to the trust anchor.PutNotificationSettingsRequest.BuilderPutNotificationSettingsRequest.Builder. notificationSettings(NotificationSetting... 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 NotificationSetting Modifier and Type Method Description CreateTrustAnchorRequest.BuilderCreateTrustAnchorRequest.Builder. notificationSettings(Collection<NotificationSetting> notificationSettings)A list of notification settings to be associated to the trust anchor.PutNotificationSettingsRequest.BuilderPutNotificationSettingsRequest.Builder. notificationSettings(Collection<NotificationSetting> notificationSettings)A list of notification settings to be associated to the trust anchor.
-