Uses of Class
software.amazon.awssdk.services.chime.model.Attendee
-
Packages that use Attendee Package Description software.amazon.awssdk.services.chime.model -
-
Uses of Attendee in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.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.Methods in software.amazon.awssdk.services.chime.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.chime.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.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.chime.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.
-