Package | Description |
---|---|
com.amazonaws.services.simpleemail.model |
Modifier and Type | Method and Description |
---|---|
AddHeaderAction |
AddHeaderAction.clone() |
AddHeaderAction |
ReceiptAction.getAddHeaderAction()
Adds a header to the received email.
|
AddHeaderAction |
AddHeaderAction.withHeaderName(String headerName)
The name of the header to add to the incoming message.
|
AddHeaderAction |
AddHeaderAction.withHeaderValue(String headerValue)
The content to include in the header.
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiptAction.setAddHeaderAction(AddHeaderAction addHeaderAction)
Adds a header to the received email.
|
ReceiptAction |
ReceiptAction.withAddHeaderAction(AddHeaderAction addHeaderAction)
Adds a header to the received email.
|
Copyright © 2024. All rights reserved.