| 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<UpdatePrimaryEmailAddressResult> |
AbstractAmazonWorkMailAsync.updatePrimaryEmailAddressAsync(UpdatePrimaryEmailAddressRequest request,
AsyncHandler<UpdatePrimaryEmailAddressRequest,UpdatePrimaryEmailAddressResult> asyncHandler) |
Future<UpdatePrimaryEmailAddressResult> |
AmazonWorkMailAsyncClient.updatePrimaryEmailAddressAsync(UpdatePrimaryEmailAddressRequest request,
AsyncHandler<UpdatePrimaryEmailAddressRequest,UpdatePrimaryEmailAddressResult> asyncHandler) |
Future<UpdatePrimaryEmailAddressResult> |
AmazonWorkMailAsync.updatePrimaryEmailAddressAsync(UpdatePrimaryEmailAddressRequest updatePrimaryEmailAddressRequest,
AsyncHandler<UpdatePrimaryEmailAddressRequest,UpdatePrimaryEmailAddressResult> asyncHandler)
Updates the primary email for a user, group, or resource.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePrimaryEmailAddressRequest |
UpdatePrimaryEmailAddressRequest.clone() |
UpdatePrimaryEmailAddressRequest |
UpdatePrimaryEmailAddressRequest.withEmail(String email)
The value of the email to be updated as primary.
|
UpdatePrimaryEmailAddressRequest |
UpdatePrimaryEmailAddressRequest.withEntityId(String entityId)
The user, group, or resource to update.
|
UpdatePrimaryEmailAddressRequest |
UpdatePrimaryEmailAddressRequest.withOrganizationId(String organizationId)
The organization that contains the user, group, or resource to update.
|
Copyright © 2023. All rights reserved.