Uses of Class
software.amazon.awssdk.services.securitylake.model.NotificationConfiguration
-
Packages that use NotificationConfiguration Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of NotificationConfiguration in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return NotificationConfiguration Modifier and Type Method Description NotificationConfigurationCreateSubscriberNotificationRequest. configuration()Specify the configuration using which you want to create the subscriber notification.NotificationConfigurationUpdateSubscriberNotificationRequest. configuration()The configuration for subscriber notification.static NotificationConfigurationNotificationConfiguration. fromHttpsNotificationConfiguration(Consumer<HttpsNotificationConfiguration.Builder> httpsNotificationConfiguration)Create an instance of this class withhttpsNotificationConfiguration()initialized to the given value.static NotificationConfigurationNotificationConfiguration. fromHttpsNotificationConfiguration(HttpsNotificationConfiguration httpsNotificationConfiguration)Create an instance of this class withhttpsNotificationConfiguration()initialized to the given value.static NotificationConfigurationNotificationConfiguration. fromSqsNotificationConfiguration(Consumer<SqsNotificationConfiguration.Builder> sqsNotificationConfiguration)Create an instance of this class withsqsNotificationConfiguration()initialized to the given value.static NotificationConfigurationNotificationConfiguration. fromSqsNotificationConfiguration(SqsNotificationConfiguration sqsNotificationConfiguration)Create an instance of this class withsqsNotificationConfiguration()initialized to the given value.Methods in software.amazon.awssdk.services.securitylake.model with parameters of type NotificationConfiguration Modifier and Type Method Description CreateSubscriberNotificationRequest.BuilderCreateSubscriberNotificationRequest.Builder. configuration(NotificationConfiguration configuration)Specify the configuration using which you want to create the subscriber notification.UpdateSubscriberNotificationRequest.BuilderUpdateSubscriberNotificationRequest.Builder. configuration(NotificationConfiguration configuration)The configuration for subscriber notification.
-