Uses of Class
software.amazon.awssdk.services.ses.model.SetIdentityHeadersInNotificationsEnabledResponse
-
Packages that use SetIdentityHeadersInNotificationsEnabledResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of SetIdentityHeadersInNotificationsEnabledResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return SetIdentityHeadersInNotificationsEnabledResponse Modifier and Type Method Description default SetIdentityHeadersInNotificationsEnabledResponseSesClient. 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.default SetIdentityHeadersInNotificationsEnabledResponseSesClient. 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 SetIdentityHeadersInNotificationsEnabledResponse Modifier and Type Method Description default CompletableFuture<SetIdentityHeadersInNotificationsEnabledResponse>SesAsyncClient. 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.default CompletableFuture<SetIdentityHeadersInNotificationsEnabledResponse>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.
-