| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmeetings.model |
| Modifier and Type | Method and Description |
|---|---|
Attendee |
GetAttendeeResponse.attendee()
The Amazon Chime SDK attendee information.
|
Attendee |
CreateAttendeeResponse.attendee()
The attendee information, including attendee ID and join token.
|
Attendee |
UpdateAttendeeCapabilitiesResponse.attendee()
The updated attendee data.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attendee> |
CreateMeetingWithAttendeesResponse.attendees()
The attendee information, including attendees' IDs and join tokens.
|
List<Attendee> |
BatchCreateAttendeeResponse.attendees()
The attendee information, including attendees' IDs and join tokens.
|
List<Attendee> |
ListAttendeesResponse.attendees()
The Amazon Chime SDK attendee information.
|
| Modifier and Type | Method and Description |
|---|---|
GetAttendeeResponse.Builder |
GetAttendeeResponse.Builder.attendee(Attendee attendee)
The Amazon Chime SDK attendee information.
|
CreateAttendeeResponse.Builder |
CreateAttendeeResponse.Builder.attendee(Attendee attendee)
The attendee information, including attendee ID and join token.
|
UpdateAttendeeCapabilitiesResponse.Builder |
UpdateAttendeeCapabilitiesResponse.Builder.attendee(Attendee attendee)
The updated attendee data.
|
CreateMeetingWithAttendeesResponse.Builder |
CreateMeetingWithAttendeesResponse.Builder.attendees(Attendee... attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeResponse.Builder |
BatchCreateAttendeeResponse.Builder.attendees(Attendee... attendees)
The attendee information, including attendees' IDs and join tokens.
|
ListAttendeesResponse.Builder |
ListAttendeesResponse.Builder.attendees(Attendee... attendees)
The Amazon Chime SDK attendee information.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesResponse.Builder |
CreateMeetingWithAttendeesResponse.Builder.attendees(Collection<Attendee> attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeResponse.Builder |
BatchCreateAttendeeResponse.Builder.attendees(Collection<Attendee> attendees)
The attendee information, including attendees' IDs and join tokens.
|
ListAttendeesResponse.Builder |
ListAttendeesResponse.Builder.attendees(Collection<Attendee> attendees)
The Amazon Chime SDK attendee information.
|
Copyright © 2023. All rights reserved.