Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.AttendeeIdItem
-
Packages that use AttendeeIdItem Package Description software.amazon.awssdk.services.chimesdkmeetings.model -
-
Uses of AttendeeIdItem in software.amazon.awssdk.services.chimesdkmeetings.model
Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return types with arguments of type AttendeeIdItem Modifier and Type Method Description List<AttendeeIdItem>BatchUpdateAttendeeCapabilitiesExceptRequest. excludedAttendeeIds()TheAttendeeIDsthat you want to exclude from one or more capabilities.Methods in software.amazon.awssdk.services.chimesdkmeetings.model with parameters of type AttendeeIdItem Modifier and Type Method Description BatchUpdateAttendeeCapabilitiesExceptRequest.BuilderBatchUpdateAttendeeCapabilitiesExceptRequest.Builder. excludedAttendeeIds(AttendeeIdItem... excludedAttendeeIds)TheAttendeeIDsthat you want to exclude from one or more capabilities.Method parameters in software.amazon.awssdk.services.chimesdkmeetings.model with type arguments of type AttendeeIdItem Modifier and Type Method Description BatchUpdateAttendeeCapabilitiesExceptRequest.BuilderBatchUpdateAttendeeCapabilitiesExceptRequest.Builder. excludedAttendeeIds(Collection<AttendeeIdItem> excludedAttendeeIds)TheAttendeeIDsthat you want to exclude from one or more capabilities.
-