Uses of Class
software.amazon.awssdk.services.chime.model.MeetingNotificationConfiguration
-
Packages that use MeetingNotificationConfiguration Package Description software.amazon.awssdk.services.chime.model -
-
Uses of MeetingNotificationConfiguration in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return MeetingNotificationConfiguration Modifier and Type Method Description MeetingNotificationConfigurationCreateMeetingRequest. notificationsConfiguration()The configuration for resource targets to receive notifications when meeting and attendee events occur.MeetingNotificationConfigurationCreateMeetingWithAttendeesRequest. notificationsConfiguration()The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications.Methods in software.amazon.awssdk.services.chime.model with parameters of type MeetingNotificationConfiguration Modifier and Type Method Description CreateMeetingRequest.BuilderCreateMeetingRequest.Builder. notificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)The configuration for resource targets to receive notifications when meeting and attendee events occur.CreateMeetingWithAttendeesRequest.BuilderCreateMeetingWithAttendeesRequest.Builder. notificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications.
-