| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Attendee |
Attendee.clone() |
Attendee |
CreateAttendeeResult.getAttendee()
The attendee information, including attendee ID and join token.
|
Attendee |
GetAttendeeResult.getAttendee()
The Amazon Chime SDK attendee information.
|
Attendee |
Attendee.withAttendeeId(String attendeeId)
The Amazon Chime SDK attendee ID.
|
Attendee |
Attendee.withExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID.
|
Attendee |
Attendee.withJoinToken(String joinToken)
The join token used by the Amazon Chime SDK attendee.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attendee> |
BatchCreateAttendeeResult.getAttendees()
The attendee information, including attendees IDs and join tokens.
|
List<Attendee> |
CreateMeetingWithAttendeesResult.getAttendees()
The attendee information, including attendees IDs and join tokens.
|
List<Attendee> |
ListAttendeesResult.getAttendees()
The Amazon Chime SDK attendee information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAttendeeResult.setAttendee(Attendee attendee)
The attendee information, including attendee ID and join token.
|
void |
GetAttendeeResult.setAttendee(Attendee attendee)
The Amazon Chime SDK attendee information.
|
CreateAttendeeResult |
CreateAttendeeResult.withAttendee(Attendee attendee)
The attendee information, including attendee ID and join token.
|
GetAttendeeResult |
GetAttendeeResult.withAttendee(Attendee attendee)
The Amazon Chime SDK attendee information.
|
BatchCreateAttendeeResult |
BatchCreateAttendeeResult.withAttendees(Attendee... attendees)
The attendee information, including attendees IDs and join tokens.
|
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withAttendees(Attendee... attendees)
The attendee information, including attendees IDs and join tokens.
|
ListAttendeesResult |
ListAttendeesResult.withAttendees(Attendee... attendees)
The Amazon Chime SDK attendee information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCreateAttendeeResult.setAttendees(Collection<Attendee> attendees)
The attendee information, including attendees IDs and join tokens.
|
void |
CreateMeetingWithAttendeesResult.setAttendees(Collection<Attendee> attendees)
The attendee information, including attendees IDs and join tokens.
|
void |
ListAttendeesResult.setAttendees(Collection<Attendee> attendees)
The Amazon Chime SDK attendee information.
|
BatchCreateAttendeeResult |
BatchCreateAttendeeResult.withAttendees(Collection<Attendee> attendees)
The attendee information, including attendees IDs and join tokens.
|
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withAttendees(Collection<Attendee> attendees)
The attendee information, including attendees IDs and join tokens.
|
ListAttendeesResult |
ListAttendeesResult.withAttendees(Collection<Attendee> attendees)
The Amazon Chime SDK attendee information.
|
Copyright © 2020. All rights reserved.