Uses of Class
software.amazon.awssdk.services.ses.model.SetIdentityHeadersInNotificationsEnabledRequest
-
Packages that use SetIdentityHeadersInNotificationsEnabledRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of SetIdentityHeadersInNotificationsEnabledRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type SetIdentityHeadersInNotificationsEnabledRequest Modifier and Type Method Description 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.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. -
Uses of SetIdentityHeadersInNotificationsEnabledRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type SetIdentityHeadersInNotificationsEnabledRequest Modifier and Type Method Description SdkHttpFullRequestSetIdentityHeadersInNotificationsEnabledRequestMarshaller. marshall(SetIdentityHeadersInNotificationsEnabledRequest setIdentityHeadersInNotificationsEnabledRequest)
-