| Package | Description |
|---|---|
| software.amazon.awssdk.services.workmail |
Amazon WorkMail is a secure, managed business email and calendaring service with support for existing desktop and
mobile email clients.
|
| software.amazon.awssdk.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdatePrimaryEmailAddressResponse> |
WorkMailAsyncClient.updatePrimaryEmailAddress(Consumer<UpdatePrimaryEmailAddressRequest.Builder> updatePrimaryEmailAddressRequest)
Updates the primary email for a user, group, or resource.
|
default UpdatePrimaryEmailAddressResponse |
WorkMailClient.updatePrimaryEmailAddress(Consumer<UpdatePrimaryEmailAddressRequest.Builder> updatePrimaryEmailAddressRequest)
Updates the primary email for a user, group, or resource.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdatePrimaryEmailAddressRequest.Builder |
UpdatePrimaryEmailAddressRequest.builder() |
UpdatePrimaryEmailAddressRequest.Builder |
UpdatePrimaryEmailAddressRequest.Builder.email(String email)
The value of the email to be updated as primary.
|
UpdatePrimaryEmailAddressRequest.Builder |
UpdatePrimaryEmailAddressRequest.Builder.entityId(String entityId)
The user, group, or resource to update.
|
UpdatePrimaryEmailAddressRequest.Builder |
UpdatePrimaryEmailAddressRequest.Builder.organizationId(String organizationId)
The organization that contains the user, group, or resource to update.
|
UpdatePrimaryEmailAddressRequest.Builder |
UpdatePrimaryEmailAddressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePrimaryEmailAddressRequest.Builder |
UpdatePrimaryEmailAddressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePrimaryEmailAddressRequest.Builder |
UpdatePrimaryEmailAddressRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdatePrimaryEmailAddressRequest.Builder> |
UpdatePrimaryEmailAddressRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.