Uses of Interface
software.amazon.awssdk.services.rolesanywhere.model.NotificationSettingKey.Builder
-
Packages that use NotificationSettingKey.Builder Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of NotificationSettingKey.Builder in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return NotificationSettingKey.Builder Modifier and Type Method Description static NotificationSettingKey.BuilderNotificationSettingKey. builder()NotificationSettingKey.BuilderNotificationSettingKey.Builder. channel(String channel)The specified channel of notification.NotificationSettingKey.BuilderNotificationSettingKey.Builder. channel(NotificationChannel channel)The specified channel of notification.NotificationSettingKey.BuilderNotificationSettingKey.Builder. event(String event)The notification setting event to reset.NotificationSettingKey.BuilderNotificationSettingKey.Builder. event(NotificationEvent event)The notification setting event to reset.NotificationSettingKey.BuilderNotificationSettingKey. toBuilder()Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type NotificationSettingKey.Builder Modifier and Type Method Description static Class<? extends NotificationSettingKey.Builder>NotificationSettingKey. serializableBuilderClass()
-