Uses of Interface
software.amazon.awssdk.services.chime.model.MeetingNotificationConfiguration.Builder
-
Packages that use MeetingNotificationConfiguration.Builder Package Description software.amazon.awssdk.services.chime.model -
-
Uses of MeetingNotificationConfiguration.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return MeetingNotificationConfiguration.Builder Modifier and Type Method Description static MeetingNotificationConfiguration.BuilderMeetingNotificationConfiguration. builder()MeetingNotificationConfiguration.BuilderMeetingNotificationConfiguration.Builder. snsTopicArn(String snsTopicArn)The SNS topic ARN.MeetingNotificationConfiguration.BuilderMeetingNotificationConfiguration.Builder. sqsQueueArn(String sqsQueueArn)The SQS queue ARN.MeetingNotificationConfiguration.BuilderMeetingNotificationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type MeetingNotificationConfiguration.Builder Modifier and Type Method Description static Class<? extends MeetingNotificationConfiguration.Builder>MeetingNotificationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type MeetingNotificationConfiguration.Builder Modifier and Type Method Description default CreateMeetingRequest.BuilderCreateMeetingRequest.Builder. notificationsConfiguration(Consumer<MeetingNotificationConfiguration.Builder> notificationsConfiguration)The configuration for resource targets to receive notifications when meeting and attendee events occur.default CreateMeetingWithAttendeesRequest.BuilderCreateMeetingWithAttendeesRequest.Builder. notificationsConfiguration(Consumer<MeetingNotificationConfiguration.Builder> notificationsConfiguration)The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications.
-