| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmeetings.model |
| Modifier and Type | Method and Description |
|---|---|
List<CreateAttendeeRequestItem> |
CreateMeetingWithAttendeesRequest.attendees()
The attendee information, including attendees' IDs and join tokens.
|
List<CreateAttendeeRequestItem> |
BatchCreateAttendeeRequest.attendees()
The attendee information, including attendees' IDs and join tokens.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.attendees(CreateAttendeeRequestItem... 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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.attendees(Collection<CreateAttendeeRequestItem> attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeRequest.Builder |
BatchCreateAttendeeRequest.Builder.attendees(Collection<CreateAttendeeRequestItem> attendees)
The attendee information, including attendees' IDs and join tokens.
|
Copyright © 2023. All rights reserved.