Package | Description |
---|---|
com.amazonaws.services.chime.model |
Modifier and Type | Method and Description |
---|---|
CreateAttendeeError |
CreateAttendeeError.clone() |
CreateAttendeeError |
CreateAttendeeError.withErrorCode(String errorCode)
The error code.
|
CreateAttendeeError |
CreateAttendeeError.withErrorMessage(String errorMessage)
The error message.
|
CreateAttendeeError |
CreateAttendeeError.withExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID.
|
Modifier and Type | Method and Description |
---|---|
List<CreateAttendeeError> |
CreateMeetingWithAttendeesResult.getErrors()
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> |
BatchCreateAttendeeResult.getErrors()
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.
|
Modifier and Type | Method and Description |
---|---|
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withErrors(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.
|
BatchCreateAttendeeResult |
BatchCreateAttendeeResult.withErrors(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.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateMeetingWithAttendeesResult.setErrors(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.
|
void |
BatchCreateAttendeeResult.setErrors(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.
|
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withErrors(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.
|
BatchCreateAttendeeResult |
BatchCreateAttendeeResult.withErrors(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.
|
Copyright © 2023. All rights reserved.