| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
UserError |
UserError.clone() |
UserError |
UserError.withErrorCode(ErrorCode errorCode)
The error code.
|
UserError |
UserError.withErrorCode(String errorCode)
The error code.
|
UserError |
UserError.withErrorMessage(String errorMessage)
The error message.
|
UserError |
UserError.withUserId(String userId)
The user ID for which the action failed.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserError> |
BatchUnsuspendUserResult.getUserErrors()
If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user
IDs is returned, along with error codes and error messages.
|
List<UserError> |
BatchUpdateUserResult.getUserErrors()
If the BatchUpdateUser action fails for one or more of the user IDs in the request, a list of the user IDs
is returned, along with error codes and error messages.
|
List<UserError> |
BatchSuspendUserResult.getUserErrors()
If the BatchSuspendUser action fails for one or more of the user IDs in the request, a list of the user
IDs is returned, along with error codes and error messages.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUnsuspendUserResult |
BatchUnsuspendUserResult.withUserErrors(UserError... userErrors)
If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user
IDs is returned, along with error codes and error messages.
|
BatchUpdateUserResult |
BatchUpdateUserResult.withUserErrors(UserError... userErrors)
If the BatchUpdateUser action fails for one or more of the user IDs in the request, a list of the user IDs
is returned, along with error codes and error messages.
|
BatchSuspendUserResult |
BatchSuspendUserResult.withUserErrors(UserError... userErrors)
If the BatchSuspendUser action fails for one or more of the user IDs in the request, a list of the user
IDs is returned, along with error codes and error messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUnsuspendUserResult.setUserErrors(Collection<UserError> userErrors)
If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user
IDs is returned, along with error codes and error messages.
|
void |
BatchUpdateUserResult.setUserErrors(Collection<UserError> userErrors)
If the BatchUpdateUser action fails for one or more of the user IDs in the request, a list of the user IDs
is returned, along with error codes and error messages.
|
void |
BatchSuspendUserResult.setUserErrors(Collection<UserError> userErrors)
If the BatchSuspendUser action fails for one or more of the user IDs in the request, a list of the user
IDs is returned, along with error codes and error messages.
|
BatchUnsuspendUserResult |
BatchUnsuspendUserResult.withUserErrors(Collection<UserError> userErrors)
If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user
IDs is returned, along with error codes and error messages.
|
BatchUpdateUserResult |
BatchUpdateUserResult.withUserErrors(Collection<UserError> userErrors)
If the BatchUpdateUser action fails for one or more of the user IDs in the request, a list of the user IDs
is returned, along with error codes and error messages.
|
BatchSuspendUserResult |
BatchSuspendUserResult.withUserErrors(Collection<UserError> userErrors)
If the BatchSuspendUser action fails for one or more of the user IDs in the request, a list of the user
IDs is returned, along with error codes and error messages.
|
Copyright © 2023. All rights reserved.