| Package | Description |
|---|---|
| com.amazonaws.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration |
NotificationConfiguration.clone() |
NotificationConfiguration |
CreateSubscriberNotificationRequest.getConfiguration()
Specify the configuration using which you want to create the subscriber notification.
|
NotificationConfiguration |
UpdateSubscriberNotificationRequest.getConfiguration()
The configuration for subscriber notification.
|
NotificationConfiguration |
NotificationConfiguration.withHttpsNotificationConfiguration(HttpsNotificationConfiguration httpsNotificationConfiguration)
The configurations for HTTPS subscriber notification.
|
NotificationConfiguration |
NotificationConfiguration.withSqsNotificationConfiguration(SqsNotificationConfiguration sqsNotificationConfiguration)
The configurations for SQS subscriber notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSubscriberNotificationRequest.setConfiguration(NotificationConfiguration configuration)
Specify the configuration using which you want to create the subscriber notification.
|
void |
UpdateSubscriberNotificationRequest.setConfiguration(NotificationConfiguration configuration)
The configuration for subscriber notification.
|
CreateSubscriberNotificationRequest |
CreateSubscriberNotificationRequest.withConfiguration(NotificationConfiguration configuration)
Specify the configuration using which you want to create the subscriber notification.
|
UpdateSubscriberNotificationRequest |
UpdateSubscriberNotificationRequest.withConfiguration(NotificationConfiguration configuration)
The configuration for subscriber notification.
|
Copyright © 2024. All rights reserved.