| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail.model |
| Modifier and Type | Method and Description |
|---|---|
IdentityNotificationAttributes |
IdentityNotificationAttributes.clone() |
IdentityNotificationAttributes |
IdentityNotificationAttributes.withBounceTopic(String bounceTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes bounce notifications.
|
IdentityNotificationAttributes |
IdentityNotificationAttributes.withComplaintTopic(String complaintTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes complaint notifications.
|
IdentityNotificationAttributes |
IdentityNotificationAttributes.withDeliveryTopic(String deliveryTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery notifications.
|
IdentityNotificationAttributes |
IdentityNotificationAttributes.withForwardingEnabled(Boolean forwardingEnabled)
Describes whether Amazon SES forwards bounce and complaint notifications as email.
|
IdentityNotificationAttributes |
IdentityNotificationAttributes.withHeadersInBounceNotificationsEnabled(Boolean headersInBounceNotificationsEnabled)
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type
Bounce. |
IdentityNotificationAttributes |
IdentityNotificationAttributes.withHeadersInComplaintNotificationsEnabled(Boolean headersInComplaintNotificationsEnabled)
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type
Complaint. |
IdentityNotificationAttributes |
IdentityNotificationAttributes.withHeadersInDeliveryNotificationsEnabled(Boolean headersInDeliveryNotificationsEnabled)
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type
Delivery. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IdentityNotificationAttributes> |
GetIdentityNotificationAttributesResult.getNotificationAttributes()
A map of Identity to IdentityNotificationAttributes.
|
| Modifier and Type | Method and Description |
|---|---|
GetIdentityNotificationAttributesResult |
GetIdentityNotificationAttributesResult.addNotificationAttributesEntry(String key,
IdentityNotificationAttributes value)
Add a single NotificationAttributes entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetIdentityNotificationAttributesResult.setNotificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)
A map of Identity to IdentityNotificationAttributes.
|
GetIdentityNotificationAttributesResult |
GetIdentityNotificationAttributesResult.withNotificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)
A map of Identity to IdentityNotificationAttributes.
|
Copyright © 2023. All rights reserved.