| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
MeetingNotificationConfiguration |
MeetingNotificationConfiguration.clone() |
MeetingNotificationConfiguration |
CreateMeetingRequest.getNotificationsConfiguration()
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
MeetingNotificationConfiguration |
CreateMeetingWithAttendeesRequest.getNotificationsConfiguration() |
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 |
CreateMeetingRequest.setNotificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
void |
CreateMeetingWithAttendeesRequest.setNotificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration) |
CreateMeetingRequest |
CreateMeetingRequest.withNotificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withNotificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration) |
Copyright © 2021. All rights reserved.