Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.NotificationsConfiguration
-
Packages that use NotificationsConfiguration Package Description software.amazon.awssdk.services.chimesdkmeetings.model -
-
Uses of NotificationsConfiguration in software.amazon.awssdk.services.chimesdkmeetings.model
Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return NotificationsConfiguration Modifier and Type Method Description NotificationsConfigurationCreateMeetingRequest. notificationsConfiguration()The configuration for resource targets to receive notifications when meeting and attendee events occur.NotificationsConfigurationCreateMeetingWithAttendeesRequest. notificationsConfiguration()The configuration for resource targets to receive notifications when meeting and attendee events occur.Methods in software.amazon.awssdk.services.chimesdkmeetings.model with parameters of type NotificationsConfiguration Modifier and Type Method Description CreateMeetingRequest.BuilderCreateMeetingRequest.Builder. notificationsConfiguration(NotificationsConfiguration notificationsConfiguration)The configuration for resource targets to receive notifications when meeting and attendee events occur.CreateMeetingWithAttendeesRequest.BuilderCreateMeetingWithAttendeesRequest.Builder. notificationsConfiguration(NotificationsConfiguration notificationsConfiguration)The configuration for resource targets to receive notifications when meeting and attendee events occur.
-