| Package | Description |
|---|---|
| com.amazonaws.services.workmail |
WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile
email clients.
|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ResetPasswordResult> |
AbstractAmazonWorkMailAsync.resetPasswordAsync(ResetPasswordRequest request,
AsyncHandler<ResetPasswordRequest,ResetPasswordResult> asyncHandler) |
Future<ResetPasswordResult> |
AmazonWorkMailAsync.resetPasswordAsync(ResetPasswordRequest resetPasswordRequest,
AsyncHandler<ResetPasswordRequest,ResetPasswordResult> asyncHandler)
Allows the administrator to reset the password for a user.
|
Future<ResetPasswordResult> |
AmazonWorkMailAsyncClient.resetPasswordAsync(ResetPasswordRequest request,
AsyncHandler<ResetPasswordRequest,ResetPasswordResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ResetPasswordRequest |
ResetPasswordRequest.clone() |
ResetPasswordRequest |
ResetPasswordRequest.withOrganizationId(String organizationId)
The identifier of the organization that contains the user for which the password is reset.
|
ResetPasswordRequest |
ResetPasswordRequest.withPassword(String password)
The new password for the user.
|
ResetPasswordRequest |
ResetPasswordRequest.withUserId(String userId)
The identifier of the user for whom the password is reset.
|
Copyright © 2022. All rights reserved.