Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.Attendee
-
Packages that use Attendee Package Description software.amazon.awssdk.services.chimesdkmeetings.model -
-
Uses of Attendee in software.amazon.awssdk.services.chimesdkmeetings.model
Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return Attendee Modifier and Type Method Description AttendeeCreateAttendeeResponse. attendee()The attendee information, including attendee ID and join token.AttendeeGetAttendeeResponse. attendee()The Amazon Chime SDK attendee information.AttendeeUpdateAttendeeCapabilitiesResponse. attendee()The updated attendee data.Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return types with arguments of type Attendee Modifier and Type Method Description List<Attendee>BatchCreateAttendeeResponse. attendees()The attendee information, including attendees' IDs and join tokens.List<Attendee>CreateMeetingWithAttendeesResponse. attendees()The attendee information, including attendees' IDs and join tokens.List<Attendee>ListAttendeesResponse. attendees()The Amazon Chime SDK attendee information.Methods in software.amazon.awssdk.services.chimesdkmeetings.model with parameters of type Attendee Modifier and Type Method Description CreateAttendeeResponse.BuilderCreateAttendeeResponse.Builder. attendee(Attendee attendee)The attendee information, including attendee ID and join token.GetAttendeeResponse.BuilderGetAttendeeResponse.Builder. attendee(Attendee attendee)The Amazon Chime SDK attendee information.UpdateAttendeeCapabilitiesResponse.BuilderUpdateAttendeeCapabilitiesResponse.Builder. attendee(Attendee attendee)The updated attendee data.BatchCreateAttendeeResponse.BuilderBatchCreateAttendeeResponse.Builder. attendees(Attendee... attendees)The attendee information, including attendees' IDs and join tokens.CreateMeetingWithAttendeesResponse.BuilderCreateMeetingWithAttendeesResponse.Builder. attendees(Attendee... attendees)The attendee information, including attendees' IDs and join tokens.ListAttendeesResponse.BuilderListAttendeesResponse.Builder. attendees(Attendee... attendees)The Amazon Chime SDK attendee information.Method parameters in software.amazon.awssdk.services.chimesdkmeetings.model with type arguments of type Attendee Modifier and Type Method Description BatchCreateAttendeeResponse.BuilderBatchCreateAttendeeResponse.Builder. attendees(Collection<Attendee> attendees)The attendee information, including attendees' IDs and join tokens.CreateMeetingWithAttendeesResponse.BuilderCreateMeetingWithAttendeesResponse.Builder. attendees(Collection<Attendee> attendees)The attendee information, including attendees' IDs and join tokens.ListAttendeesResponse.BuilderListAttendeesResponse.Builder. attendees(Collection<Attendee> attendees)The Amazon Chime SDK attendee information.
-