Uses of Class
software.amazon.awssdk.services.chime.model.UserError
-
Packages that use UserError Package Description software.amazon.awssdk.services.chime.model -
-
Uses of UserError in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type UserError Modifier and Type Method Description 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>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>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.Methods in software.amazon.awssdk.services.chime.model with parameters of type UserError Modifier and Type Method Description BatchSuspendUserResponse.BuilderBatchSuspendUserResponse.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.BatchUnsuspendUserResponse.BuilderBatchUnsuspendUserResponse.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.BatchUpdateUserResponse.BuilderBatchUpdateUserResponse.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.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type UserError Modifier and Type Method Description BatchSuspendUserResponse.BuilderBatchSuspendUserResponse.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.BatchUnsuspendUserResponse.BuilderBatchUnsuspendUserResponse.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.BatchUpdateUserResponse.BuilderBatchUpdateUserResponse.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.
-