Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.NotificationChannel
-
Packages that use NotificationChannel Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of NotificationChannel in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return NotificationChannel Modifier and Type Method Description NotificationChannelNotificationSetting. channel()The specified channel of notification.NotificationChannelNotificationSettingDetail. channel()The specified channel of notification.NotificationChannelNotificationSettingKey. channel()The specified channel of notification.static NotificationChannelNotificationChannel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NotificationChannelNotificationChannel. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationChannel[]NotificationChannel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type NotificationChannel Modifier and Type Method Description static Set<NotificationChannel>NotificationChannel. knownValues()Methods in software.amazon.awssdk.services.rolesanywhere.model with parameters of type NotificationChannel Modifier and Type Method Description NotificationSetting.BuilderNotificationSetting.Builder. channel(NotificationChannel channel)The specified channel of notification.NotificationSettingDetail.BuilderNotificationSettingDetail.Builder. channel(NotificationChannel channel)The specified channel of notification.NotificationSettingKey.BuilderNotificationSettingKey.Builder. channel(NotificationChannel channel)The specified channel of notification.
-