Uses of Class
software.amazon.awssdk.services.workmail.model.InvalidPasswordException
-
Packages that use InvalidPasswordException Package Description software.amazon.awssdk.services.workmail WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients. -
-
Uses of InvalidPasswordException in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that throw InvalidPasswordException Modifier and Type Method Description default CreateUserResponseWorkMailClient. createUser(Consumer<CreateUserRequest.Builder> createUserRequest)Creates a user who can be used in WorkMail by calling the RegisterToWorkMail operation.default CreateUserResponseWorkMailClient. createUser(CreateUserRequest createUserRequest)Creates a user who can be used in WorkMail by calling the RegisterToWorkMail operation.default ResetPasswordResponseWorkMailClient. resetPassword(Consumer<ResetPasswordRequest.Builder> resetPasswordRequest)Allows the administrator to reset the password for a user.default ResetPasswordResponseWorkMailClient. resetPassword(ResetPasswordRequest resetPasswordRequest)Allows the administrator to reset the password for a user.
-