| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmeetings.model |
| Modifier and Type | Method and Description |
|---|---|
CreateAttendeeRequestItem |
CreateAttendeeRequestItem.clone() |
CreateAttendeeRequestItem |
CreateAttendeeRequestItem.withCapabilities(AttendeeCapabilities capabilities)
A list of one or more capabilities.
|
CreateAttendeeRequestItem |
CreateAttendeeRequestItem.withExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreateAttendeeRequestItem> |
CreateMeetingWithAttendeesRequest.getAttendees()
The attendee information, including attendees' IDs and join tokens.
|
List<CreateAttendeeRequestItem> |
BatchCreateAttendeeRequest.getAttendees()
The attendee information, including attendees' IDs and join tokens.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withAttendees(CreateAttendeeRequestItem... attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeRequest |
BatchCreateAttendeeRequest.withAttendees(CreateAttendeeRequestItem... attendees)
The attendee information, including attendees' IDs and join tokens.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateMeetingWithAttendeesRequest.setAttendees(Collection<CreateAttendeeRequestItem> attendees)
The attendee information, including attendees' IDs and join tokens.
|
void |
BatchCreateAttendeeRequest.setAttendees(Collection<CreateAttendeeRequestItem> attendees)
The attendee information, including attendees' IDs and join tokens.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withAttendees(Collection<CreateAttendeeRequestItem> attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeRequest |
BatchCreateAttendeeRequest.withAttendees(Collection<CreateAttendeeRequestItem> attendees)
The attendee information, including attendees' IDs and join tokens.
|
Copyright © 2023. All rights reserved.