| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration |
NotificationConfiguration.clone() |
NotificationConfiguration |
DescribeNotificationConfigurationResult.getNotificationConfiguration()
The structure that contains the information required for notifications.
|
NotificationConfiguration |
UpdateNotificationConfigurationRequest.getNotificationConfiguration()
The structure containing the information required for notifications.
|
NotificationConfiguration |
NotificationConfiguration.withDestinationConfig(NotificationDestinationConfig destinationConfig)
The destination information required to deliver a notification to a customer.
|
NotificationConfiguration |
NotificationConfiguration.withStatus(ConfigurationStatus status)
Indicates if a notification configuration is enabled or disabled.
|
NotificationConfiguration |
NotificationConfiguration.withStatus(String status)
Indicates if a notification configuration is enabled or disabled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeNotificationConfigurationResult.setNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The structure that contains the information required for notifications.
|
void |
UpdateNotificationConfigurationRequest.setNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The structure containing the information required for notifications.
|
DescribeNotificationConfigurationResult |
DescribeNotificationConfigurationResult.withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The structure that contains the information required for notifications.
|
UpdateNotificationConfigurationRequest |
UpdateNotificationConfigurationRequest.withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
The structure containing the information required for notifications.
|
Copyright © 2023. All rights reserved.