static BatchSuspendUserResponse.Builder |
BatchSuspendUserResponse.builder() |
|
BatchSuspendUserResponse.Builder |
BatchSuspendUserResponse.toBuilder() |
|
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.
|
BatchSuspendUserResponse.Builder |
BatchSuspendUserResponse.Builder.userErrors(Consumer<UserError.Builder>... 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.
|
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.
|