| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateAttendeeResponse.Builder |
BatchCreateAttendeeResponse.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.Builder |
CreateMeetingWithAttendeesResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateAttendeeResponse.Builder |
BatchCreateAttendeeResponse.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.Builder |
CreateMeetingWithAttendeesResponse.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.
|
Copyright © 2023. All rights reserved.