Uses of Class
software.amazon.awssdk.services.workmail.model.ResetPasswordRequest
-
Packages that use ResetPasswordRequest 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.software.amazon.awssdk.services.workmail.transform -
-
Uses of ResetPasswordRequest in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail with parameters of type ResetPasswordRequest Modifier and Type Method Description default CompletableFuture<ResetPasswordResponse>WorkMailAsyncClient. resetPassword(ResetPasswordRequest 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. -
Uses of ResetPasswordRequest in software.amazon.awssdk.services.workmail.transform
Methods in software.amazon.awssdk.services.workmail.transform with parameters of type ResetPasswordRequest Modifier and Type Method Description SdkHttpFullRequestResetPasswordRequestMarshaller. marshall(ResetPasswordRequest resetPasswordRequest)
-