Uses of Interface
software.amazon.awssdk.services.ssm.model.NotificationConfig.Builder
-
Packages that use NotificationConfig.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of NotificationConfig.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return NotificationConfig.Builder Modifier and Type Method Description static NotificationConfig.BuilderNotificationConfig. builder()NotificationConfig.BuilderNotificationConfig.Builder. notificationArn(String notificationArn)An Amazon Resource Name (ARN) for an Amazon Simple Notification Service (Amazon SNS) topic.NotificationConfig.BuilderNotificationConfig.Builder. notificationEvents(Collection<NotificationEvent> notificationEvents)The different events for which you can receive notifications.NotificationConfig.BuilderNotificationConfig.Builder. notificationEvents(NotificationEvent... notificationEvents)The different events for which you can receive notifications.NotificationConfig.BuilderNotificationConfig.Builder. notificationEventsWithStrings(String... notificationEvents)The different events for which you can receive notifications.NotificationConfig.BuilderNotificationConfig.Builder. notificationEventsWithStrings(Collection<String> notificationEvents)The different events for which you can receive notifications.NotificationConfig.BuilderNotificationConfig.Builder. notificationType(String notificationType)The type of notification.NotificationConfig.BuilderNotificationConfig.Builder. notificationType(NotificationType notificationType)The type of notification.NotificationConfig.BuilderNotificationConfig. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type NotificationConfig.Builder Modifier and Type Method Description static Class<? extends NotificationConfig.Builder>NotificationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type NotificationConfig.Builder Modifier and Type Method Description default Command.BuilderCommand.Builder. notificationConfig(Consumer<NotificationConfig.Builder> notificationConfig)Configurations for sending notifications about command status changes.default CommandInvocation.BuilderCommandInvocation.Builder. notificationConfig(Consumer<NotificationConfig.Builder> notificationConfig)Configurations for sending notifications about command status changes on a per managed node basis.default MaintenanceWindowRunCommandParameters.BuilderMaintenanceWindowRunCommandParameters.Builder. notificationConfig(Consumer<NotificationConfig.Builder> notificationConfig)Configurations for sending notifications about command status changes on a per-managed node basis.default SendCommandRequest.BuilderSendCommandRequest.Builder. notificationConfig(Consumer<NotificationConfig.Builder> notificationConfig)Configurations for sending notifications.
-