Uses of Class
software.amazon.awssdk.services.chime.model.CreateAttendeeRequestItem
-
Packages that use CreateAttendeeRequestItem Package Description software.amazon.awssdk.services.chime.model -
-
Uses of CreateAttendeeRequestItem in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type CreateAttendeeRequestItem Modifier and Type Method Description List<CreateAttendeeRequestItem>BatchCreateAttendeeRequest. attendees()The request containing the attendees to create.List<CreateAttendeeRequestItem>CreateMeetingWithAttendeesRequest. attendees()The request containing the attendees to create.Methods in software.amazon.awssdk.services.chime.model with parameters of type CreateAttendeeRequestItem Modifier and Type Method Description BatchCreateAttendeeRequest.BuilderBatchCreateAttendeeRequest.Builder. attendees(CreateAttendeeRequestItem... attendees)The request containing the attendees to create.CreateMeetingWithAttendeesRequest.BuilderCreateMeetingWithAttendeesRequest.Builder. attendees(CreateAttendeeRequestItem... attendees)The request containing the attendees to create.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type CreateAttendeeRequestItem Modifier and Type Method Description BatchCreateAttendeeRequest.BuilderBatchCreateAttendeeRequest.Builder. attendees(Collection<CreateAttendeeRequestItem> attendees)The request containing the attendees to create.CreateMeetingWithAttendeesRequest.BuilderCreateMeetingWithAttendeesRequest.Builder. attendees(Collection<CreateAttendeeRequestItem> attendees)The request containing the attendees to create.
-