| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
List<UserError> |
BatchUnsuspendUserResponse.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.
|
List<UserError> |
BatchSuspendUserResponse.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.
|
List<UserError> |
BatchUpdateUserResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUnsuspendUserResponse.Builder |
BatchUnsuspendUserResponse.Builder.userErrors(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.
|
BatchSuspendUserResponse.Builder |
BatchSuspendUserResponse.Builder.userErrors(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.
|
BatchUpdateUserResponse.Builder |
BatchUpdateUserResponse.Builder.userErrors(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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUnsuspendUserResponse.Builder |
BatchUnsuspendUserResponse.Builder.userErrors(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.
|
BatchSuspendUserResponse.Builder |
BatchSuspendUserResponse.Builder.userErrors(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.
|
BatchUpdateUserResponse.Builder |
BatchUpdateUserResponse.Builder.userErrors(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.
|
Copyright © 2022. All rights reserved.