Uses of Interface
software.amazon.awssdk.services.workmail.model.UpdatePrimaryEmailAddressRequest.Builder
-
Packages that use UpdatePrimaryEmailAddressRequest.Builder 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.model -
-
Uses of UpdatePrimaryEmailAddressRequest.Builder in software.amazon.awssdk.services.workmail
Method parameters in software.amazon.awssdk.services.workmail with type arguments of type UpdatePrimaryEmailAddressRequest.Builder 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 UpdatePrimaryEmailAddressResponseWorkMailClient. updatePrimaryEmailAddress(Consumer<UpdatePrimaryEmailAddressRequest.Builder> updatePrimaryEmailAddressRequest)Updates the primary email for a user, group, or resource. -
Uses of UpdatePrimaryEmailAddressRequest.Builder in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return UpdatePrimaryEmailAddressRequest.Builder Modifier and Type Method Description static UpdatePrimaryEmailAddressRequest.BuilderUpdatePrimaryEmailAddressRequest. builder()UpdatePrimaryEmailAddressRequest.BuilderUpdatePrimaryEmailAddressRequest.Builder. email(String email)The value of the email to be updated as primary.UpdatePrimaryEmailAddressRequest.BuilderUpdatePrimaryEmailAddressRequest.Builder. entityId(String entityId)The user, group, or resource to update.UpdatePrimaryEmailAddressRequest.BuilderUpdatePrimaryEmailAddressRequest.Builder. organizationId(String organizationId)The organization that contains the user, group, or resource to update.UpdatePrimaryEmailAddressRequest.BuilderUpdatePrimaryEmailAddressRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePrimaryEmailAddressRequest.BuilderUpdatePrimaryEmailAddressRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePrimaryEmailAddressRequest.BuilderUpdatePrimaryEmailAddressRequest. toBuilder()Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type UpdatePrimaryEmailAddressRequest.Builder Modifier and Type Method Description static Class<? extends UpdatePrimaryEmailAddressRequest.Builder>UpdatePrimaryEmailAddressRequest. serializableBuilderClass()
-