| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration |
CreateSubscriberNotificationRequest.configuration()
Specify the configuration using which you want to create the subscriber notification.
|
NotificationConfiguration |
UpdateSubscriberNotificationRequest.configuration()
The configuration for subscriber notification.
|
static NotificationConfiguration |
NotificationConfiguration.fromHttpsNotificationConfiguration(Consumer<HttpsNotificationConfiguration.Builder> httpsNotificationConfiguration)
Create an instance of this class with
httpsNotificationConfiguration() initialized to the given value. |
static NotificationConfiguration |
NotificationConfiguration.fromHttpsNotificationConfiguration(HttpsNotificationConfiguration httpsNotificationConfiguration)
Create an instance of this class with
httpsNotificationConfiguration() initialized to the given value. |
static NotificationConfiguration |
NotificationConfiguration.fromSqsNotificationConfiguration(Consumer<SqsNotificationConfiguration.Builder> sqsNotificationConfiguration)
Create an instance of this class with
sqsNotificationConfiguration() initialized to the given value. |
static NotificationConfiguration |
NotificationConfiguration.fromSqsNotificationConfiguration(SqsNotificationConfiguration sqsNotificationConfiguration)
Create an instance of this class with
sqsNotificationConfiguration() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
CreateSubscriberNotificationRequest.Builder |
CreateSubscriberNotificationRequest.Builder.configuration(NotificationConfiguration configuration)
Specify the configuration using which you want to create the subscriber notification.
|
UpdateSubscriberNotificationRequest.Builder |
UpdateSubscriberNotificationRequest.Builder.configuration(NotificationConfiguration configuration)
The configuration for subscriber notification.
|
Copyright © 2023. All rights reserved.