| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
MeetingNotificationConfiguration |
MeetingNotificationConfiguration.clone() |
MeetingNotificationConfiguration |
CreateMeetingWithAttendeesRequest.getNotificationsConfiguration()
The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications.
|
MeetingNotificationConfiguration |
CreateMeetingRequest.getNotificationsConfiguration()
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
MeetingNotificationConfiguration |
MeetingNotificationConfiguration.withSnsTopicArn(String snsTopicArn)
The SNS topic ARN.
|
MeetingNotificationConfiguration |
MeetingNotificationConfiguration.withSqsQueueArn(String sqsQueueArn)
The SQS queue ARN.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateMeetingWithAttendeesRequest.setNotificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications.
|
void |
CreateMeetingRequest.setNotificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withNotificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications.
|
CreateMeetingRequest |
CreateMeetingRequest.withNotificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
Copyright © 2023. All rights reserved.