Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.CreateAttendeeRequestItem
-
Packages that use CreateAttendeeRequestItem Package Description software.amazon.awssdk.services.chimesdkmeetings.model -
-
Uses of CreateAttendeeRequestItem in software.amazon.awssdk.services.chimesdkmeetings.model
Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return types with arguments of type CreateAttendeeRequestItem Modifier and Type Method Description List<CreateAttendeeRequestItem>BatchCreateAttendeeRequest. attendees()The attendee information, including attendees' IDs and join tokens.List<CreateAttendeeRequestItem>CreateMeetingWithAttendeesRequest. attendees()The attendee information, including attendees' IDs and join tokens.Methods in software.amazon.awssdk.services.chimesdkmeetings.model with parameters of type CreateAttendeeRequestItem Modifier and Type Method Description BatchCreateAttendeeRequest.BuilderBatchCreateAttendeeRequest.Builder. attendees(CreateAttendeeRequestItem... attendees)The attendee information, including attendees' IDs and join tokens.CreateMeetingWithAttendeesRequest.BuilderCreateMeetingWithAttendeesRequest.Builder. attendees(CreateAttendeeRequestItem... attendees)The attendee information, including attendees' IDs and join tokens.Method parameters in software.amazon.awssdk.services.chimesdkmeetings.model with type arguments of type CreateAttendeeRequestItem Modifier and Type Method Description BatchCreateAttendeeRequest.BuilderBatchCreateAttendeeRequest.Builder. attendees(Collection<CreateAttendeeRequestItem> attendees)The attendee information, including attendees' IDs and join tokens.CreateMeetingWithAttendeesRequest.BuilderCreateMeetingWithAttendeesRequest.Builder. attendees(Collection<CreateAttendeeRequestItem> attendees)The attendee information, including attendees' IDs and join tokens.
-