| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static MeetingNotificationConfiguration.Builder |
MeetingNotificationConfiguration.builder() |
MeetingNotificationConfiguration.Builder |
MeetingNotificationConfiguration.Builder.snsTopicArn(String snsTopicArn)
The SNS topic ARN.
|
MeetingNotificationConfiguration.Builder |
MeetingNotificationConfiguration.Builder.sqsQueueArn(String sqsQueueArn)
The SQS queue ARN.
|
MeetingNotificationConfiguration.Builder |
MeetingNotificationConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MeetingNotificationConfiguration.Builder> |
MeetingNotificationConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateMeetingRequest.Builder |
CreateMeetingRequest.Builder.notificationsConfiguration(Consumer<MeetingNotificationConfiguration.Builder> notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
default CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.notificationsConfiguration(Consumer<MeetingNotificationConfiguration.Builder> notificationsConfiguration)
The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications.
|
Copyright © 2023. All rights reserved.