Uses of Interface
software.amazon.awssdk.services.ssm.model.NotificationConfig.Builder
Packages that use NotificationConfig.Builder
-
Uses of NotificationConfig.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return NotificationConfig.BuilderModifier and TypeMethodDescriptionstatic NotificationConfig.BuilderNotificationConfig.builder()NotificationConfig.Builder.notificationArn(String notificationArn) An Amazon Resource Name (ARN) for an Amazon Simple Notification Service (Amazon SNS) topic.NotificationConfig.Builder.notificationEvents(Collection<NotificationEvent> notificationEvents) The different events for which you can receive notifications.NotificationConfig.Builder.notificationEvents(NotificationEvent... notificationEvents) The different events for which you can receive notifications.NotificationConfig.Builder.notificationEventsWithStrings(String... notificationEvents) The different events for which you can receive notifications.NotificationConfig.Builder.notificationEventsWithStrings(Collection<String> notificationEvents) The different events for which you can receive notifications.NotificationConfig.Builder.notificationType(String notificationType) The type of notification.NotificationConfig.Builder.notificationType(NotificationType notificationType) The type of notification.NotificationConfig.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type NotificationConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NotificationConfig.Builder>NotificationConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type NotificationConfig.BuilderModifier and TypeMethodDescriptiondefault 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.MaintenanceWindowRunCommandParameters.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.