Uses of Class
software.amazon.awssdk.services.workmail.model.UpdatePrimaryEmailAddressRequest
-
Packages that use UpdatePrimaryEmailAddressRequest 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 UpdatePrimaryEmailAddressRequest in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail with parameters of type UpdatePrimaryEmailAddressRequest Modifier and Type Method Description default CompletableFuture<UpdatePrimaryEmailAddressResponse>WorkMailAsyncClient. updatePrimaryEmailAddress(UpdatePrimaryEmailAddressRequest 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. -
Uses of UpdatePrimaryEmailAddressRequest in software.amazon.awssdk.services.workmail.transform
Methods in software.amazon.awssdk.services.workmail.transform with parameters of type UpdatePrimaryEmailAddressRequest Modifier and Type Method Description SdkHttpFullRequestUpdatePrimaryEmailAddressRequestMarshaller. marshall(UpdatePrimaryEmailAddressRequest updatePrimaryEmailAddressRequest)
-