Uses of Class
software.amazon.awssdk.services.workmail.model.UpdatePrimaryEmailAddressResponse
-
Packages that use UpdatePrimaryEmailAddressResponse 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 UpdatePrimaryEmailAddressResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return UpdatePrimaryEmailAddressResponse Modifier and Type Method Description default UpdatePrimaryEmailAddressResponseWorkMailClient. updatePrimaryEmailAddress(Consumer<UpdatePrimaryEmailAddressRequest.Builder> updatePrimaryEmailAddressRequest)Updates the primary email for a user, group, or resource.default UpdatePrimaryEmailAddressResponseWorkMailClient. updatePrimaryEmailAddress(UpdatePrimaryEmailAddressRequest updatePrimaryEmailAddressRequest)Updates the primary email for a user, group, or resource.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type UpdatePrimaryEmailAddressResponse Modifier and Type Method Description default CompletableFuture<UpdatePrimaryEmailAddressResponse>WorkMailAsyncClient. updatePrimaryEmailAddress(Consumer<UpdatePrimaryEmailAddressRequest.Builder> updatePrimaryEmailAddressRequest)Updates the primary email for a user, group, or resource.default CompletableFuture<UpdatePrimaryEmailAddressResponse>WorkMailAsyncClient. updatePrimaryEmailAddress(UpdatePrimaryEmailAddressRequest updatePrimaryEmailAddressRequest)Updates the primary email for a user, group, or resource.
-