Uses of Class
software.amazon.awssdk.services.ses.model.SetIdentityHeadersInNotificationsEnabledResponse
Packages that use SetIdentityHeadersInNotificationsEnabledResponse
-
Uses of SetIdentityHeadersInNotificationsEnabledResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return SetIdentityHeadersInNotificationsEnabledResponseModifier and TypeMethodDescriptionSesClient.setIdentityHeadersInNotificationsEnabled(Consumer<SetIdentityHeadersInNotificationsEnabledRequest.Builder> setIdentityHeadersInNotificationsEnabledRequest) Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified type.SesClient.setIdentityHeadersInNotificationsEnabled(SetIdentityHeadersInNotificationsEnabledRequest setIdentityHeadersInNotificationsEnabledRequest) Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified type.Methods in software.amazon.awssdk.services.ses that return types with arguments of type SetIdentityHeadersInNotificationsEnabledResponseModifier and TypeMethodDescriptionSesAsyncClient.setIdentityHeadersInNotificationsEnabled(Consumer<SetIdentityHeadersInNotificationsEnabledRequest.Builder> setIdentityHeadersInNotificationsEnabledRequest) Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified type.SesAsyncClient.setIdentityHeadersInNotificationsEnabled(SetIdentityHeadersInNotificationsEnabledRequest setIdentityHeadersInNotificationsEnabledRequest) Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified type.