| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmeetings |
The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set
the AWS Regions for meetings, create and manage users, and send and receive meeting notifications.
|
| software.amazon.awssdk.services.chimesdkmeetings.model |
| Modifier and Type | Method and Description |
|---|---|
default BatchCreateAttendeeResponse |
ChimeSdkMeetingsClient.batchCreateAttendee(Consumer<BatchCreateAttendeeRequest.Builder> batchCreateAttendeeRequest)
Creates up to 100 attendees for an active Amazon Chime SDK meeting.
|
default CompletableFuture<BatchCreateAttendeeResponse> |
ChimeSdkMeetingsAsyncClient.batchCreateAttendee(Consumer<BatchCreateAttendeeRequest.Builder> batchCreateAttendeeRequest)
Creates up to 100 attendees for an active Amazon Chime SDK meeting.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateAttendeeRequest.Builder |
BatchCreateAttendeeRequest.Builder.attendees(Collection<CreateAttendeeRequestItem> attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeRequest.Builder |
BatchCreateAttendeeRequest.Builder.attendees(Consumer<CreateAttendeeRequestItem.Builder>... attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeRequest.Builder |
BatchCreateAttendeeRequest.Builder.attendees(CreateAttendeeRequestItem... attendees)
The attendee information, including attendees' IDs and join tokens.
|
static BatchCreateAttendeeRequest.Builder |
BatchCreateAttendeeRequest.builder() |
BatchCreateAttendeeRequest.Builder |
BatchCreateAttendeeRequest.Builder.meetingId(String meetingId)
The Amazon Chime SDK ID of the meeting to which you're adding attendees.
|
BatchCreateAttendeeRequest.Builder |
BatchCreateAttendeeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchCreateAttendeeRequest.Builder |
BatchCreateAttendeeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchCreateAttendeeRequest.Builder |
BatchCreateAttendeeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchCreateAttendeeRequest.Builder> |
BatchCreateAttendeeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.