Uses of Class
software.amazon.awssdk.services.sesv2.model.UpdateEmailIdentityPolicyResponse
Packages that use UpdateEmailIdentityPolicyResponse
-
Uses of UpdateEmailIdentityPolicyResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return UpdateEmailIdentityPolicyResponseModifier and TypeMethodDescriptionSesV2Client.updateEmailIdentityPolicy(Consumer<UpdateEmailIdentityPolicyRequest.Builder> updateEmailIdentityPolicyRequest) Updates the specified sending authorization policy for the given identity (an email address or a domain).SesV2Client.updateEmailIdentityPolicy(UpdateEmailIdentityPolicyRequest updateEmailIdentityPolicyRequest) Updates the specified sending authorization policy for the given identity (an email address or a domain).Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type UpdateEmailIdentityPolicyResponseModifier and TypeMethodDescriptionSesV2AsyncClient.updateEmailIdentityPolicy(Consumer<UpdateEmailIdentityPolicyRequest.Builder> updateEmailIdentityPolicyRequest) Updates the specified sending authorization policy for the given identity (an email address or a domain).SesV2AsyncClient.updateEmailIdentityPolicy(UpdateEmailIdentityPolicyRequest updateEmailIdentityPolicyRequest) Updates the specified sending authorization policy for the given identity (an email address or a domain).