| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
MemberError |
MemberError.clone() |
MemberError |
MemberError.withErrorCode(ErrorCode errorCode)
The error code.
|
MemberError |
MemberError.withErrorCode(String errorCode)
The error code.
|
MemberError |
MemberError.withErrorMessage(String errorMessage)
The error message.
|
MemberError |
MemberError.withMemberId(String memberId)
The member ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberError> |
BatchCreateRoomMembershipResult.getErrors()
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along
with error codes and error messages.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateRoomMembershipResult |
BatchCreateRoomMembershipResult.withErrors(MemberError... errors)
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along
with error codes and error messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCreateRoomMembershipResult.setErrors(Collection<MemberError> errors)
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along
with error codes and error messages.
|
BatchCreateRoomMembershipResult |
BatchCreateRoomMembershipResult.withErrors(Collection<MemberError> errors)
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along
with error codes and error messages.
|
Copyright © 2022. All rights reserved.