Package | Description |
---|---|
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Field and Description |
---|---|
private SNSAction |
ReceiptAction.sNSAction
Publishes the email content within a notification to Amazon SNS.
|
Modifier and Type | Method and Description |
---|---|
SNSAction |
SNSAction.clone() |
SNSAction |
ReceiptAction.getSNSAction()
Publishes the email content within a notification to Amazon SNS.
|
SNSAction |
SNSAction.withEncoding(SNSActionEncoding encoding)
The encoding to use for the email within the Amazon SNS notification.
|
SNSAction |
SNSAction.withEncoding(java.lang.String encoding)
The encoding to use for the email within the Amazon SNS notification.
|
SNSAction |
SNSAction.withTopicArn(java.lang.String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify.
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiptAction.setSNSAction(SNSAction sNSAction)
Publishes the email content within a notification to Amazon SNS.
|
ReceiptAction |
ReceiptAction.withSNSAction(SNSAction sNSAction)
Publishes the email content within a notification to Amazon SNS.
|
Modifier and Type | Method and Description |
---|---|
SNSAction |
SNSActionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |