| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmeetings.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationsConfiguration |
NotificationsConfiguration.clone() |
NotificationsConfiguration |
CreateMeetingRequest.getNotificationsConfiguration()
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
NotificationsConfiguration |
CreateMeetingWithAttendeesRequest.getNotificationsConfiguration()
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
NotificationsConfiguration |
NotificationsConfiguration.withLambdaFunctionArn(String lambdaFunctionArn)
The ARN of the Amazon Web Services Lambda function in the notifications configuration.
|
NotificationsConfiguration |
NotificationsConfiguration.withSnsTopicArn(String snsTopicArn)
The ARN of the SNS topic.
|
NotificationsConfiguration |
NotificationsConfiguration.withSqsQueueArn(String sqsQueueArn)
The ARN of the SQS queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateMeetingRequest.setNotificationsConfiguration(NotificationsConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
void |
CreateMeetingWithAttendeesRequest.setNotificationsConfiguration(NotificationsConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
CreateMeetingRequest |
CreateMeetingRequest.withNotificationsConfiguration(NotificationsConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withNotificationsConfiguration(NotificationsConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
Copyright © 2024. All rights reserved.