Uses of Class
software.amazon.awssdk.services.workmail.model.ResetPasswordResponse
-
Packages that use ResetPasswordResponse 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 ResetPasswordResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return ResetPasswordResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type ResetPasswordResponse Modifier and Type Method Description default CompletableFuture<ResetPasswordResponse>WorkMailAsyncClient. resetPassword(Consumer<ResetPasswordRequest.Builder> resetPasswordRequest)Allows the administrator to reset the password for a user.default CompletableFuture<ResetPasswordResponse>WorkMailAsyncClient. resetPassword(ResetPasswordRequest resetPasswordRequest)Allows the administrator to reset the password for a user.
-