Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.NotificationConfiguration
-
Packages that use NotificationConfiguration Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of NotificationConfiguration in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return NotificationConfiguration Modifier and Type Method Description NotificationConfigurationDescribeNotificationConfigurationResponse. notificationConfiguration()The structure that contains the information required for notifications.NotificationConfigurationUpdateNotificationConfigurationRequest. notificationConfiguration()The structure containing the information required for notifications.Methods in software.amazon.awssdk.services.kinesisvideo.model with parameters of type NotificationConfiguration Modifier and Type Method Description DescribeNotificationConfigurationResponse.BuilderDescribeNotificationConfigurationResponse.Builder. notificationConfiguration(NotificationConfiguration notificationConfiguration)The structure that contains the information required for notifications.UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. notificationConfiguration(NotificationConfiguration notificationConfiguration)The structure containing the information required for notifications.
-