Uses of Class
software.amazon.awssdk.services.chime.model.CreateAttendeeError
-
Packages that use CreateAttendeeError Package Description software.amazon.awssdk.services.chime.model -
-
Uses of CreateAttendeeError in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type CreateAttendeeError Modifier and Type Method Description List<CreateAttendeeError>BatchCreateAttendeeResponse. errors()If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.List<CreateAttendeeError>CreateMeetingWithAttendeesResponse. errors()If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.Methods in software.amazon.awssdk.services.chime.model with parameters of type CreateAttendeeError Modifier and Type Method Description BatchCreateAttendeeResponse.BuilderBatchCreateAttendeeResponse.Builder. errors(CreateAttendeeError... errors)If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.CreateMeetingWithAttendeesResponse.BuilderCreateMeetingWithAttendeesResponse.Builder. errors(CreateAttendeeError... errors)If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type CreateAttendeeError Modifier and Type Method Description BatchCreateAttendeeResponse.BuilderBatchCreateAttendeeResponse.Builder. errors(Collection<CreateAttendeeError> errors)If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.CreateMeetingWithAttendeesResponse.BuilderCreateMeetingWithAttendeesResponse.Builder. errors(Collection<CreateAttendeeError> errors)If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.
-