Package | Description |
---|---|
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalMap<java.lang.String,IdentityNotificationAttributes> |
GetIdentityNotificationAttributesResult.notificationAttributes
A map of Identity to IdentityNotificationAttributes.
|
Modifier and Type | Method and Description |
---|---|
IdentityNotificationAttributes |
IdentityNotificationAttributes.clone() |
IdentityNotificationAttributes |
IdentityNotificationAttributes.withBounceTopic(java.lang.String bounceTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES
will publish bounce notifications.
|
IdentityNotificationAttributes |
IdentityNotificationAttributes.withComplaintTopic(java.lang.String complaintTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES
will publish complaint notifications.
|
IdentityNotificationAttributes |
IdentityNotificationAttributes.withDeliveryTopic(java.lang.String deliveryTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES
will publish delivery notifications.
|
IdentityNotificationAttributes |
IdentityNotificationAttributes.withForwardingEnabled(java.lang.Boolean forwardingEnabled)
Describes whether Amazon SES will forward bounce and complaint
notifications as email.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,IdentityNotificationAttributes> |
GetIdentityNotificationAttributesResult.getNotificationAttributes()
A map of Identity to IdentityNotificationAttributes.
|
Modifier and Type | Method and Description |
---|---|
GetIdentityNotificationAttributesResult |
GetIdentityNotificationAttributesResult.addNotificationAttributesEntry(java.lang.String key,
IdentityNotificationAttributes value) |
Modifier and Type | Method and Description |
---|---|
void |
GetIdentityNotificationAttributesResult.setNotificationAttributes(java.util.Map<java.lang.String,IdentityNotificationAttributes> notificationAttributes)
A map of Identity to IdentityNotificationAttributes.
|
GetIdentityNotificationAttributesResult |
GetIdentityNotificationAttributesResult.withNotificationAttributes(java.util.Map<java.lang.String,IdentityNotificationAttributes> notificationAttributes)
A map of Identity to IdentityNotificationAttributes.
|
Modifier and Type | Method and Description |
---|---|
IdentityNotificationAttributes |
IdentityNotificationAttributesStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
java.util.Map.Entry<java.lang.String,IdentityNotificationAttributes> |
GetIdentityNotificationAttributesResultStaxUnmarshaller.NotificationAttributesMapEntryUnmarshaller.unmarshall(StaxUnmarshallerContext context) |