Package | Description |
---|---|
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Field and Description |
---|---|
private AddHeaderAction |
ReceiptAction.addHeaderAction
Adds a header to the received email.
|
Modifier and Type | Method and Description |
---|---|
AddHeaderAction |
AddHeaderAction.clone() |
AddHeaderAction |
ReceiptAction.getAddHeaderAction()
Adds a header to the received email.
|
AddHeaderAction |
AddHeaderAction.withHeaderName(java.lang.String headerName)
The name of the header to add.
|
AddHeaderAction |
AddHeaderAction.withHeaderValue(java.lang.String headerValue)
Must be less than 2048 characters, and must not contain newline
characters ("\r" or "\n").
|
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.
|
Modifier and Type | Method and Description |
---|---|
AddHeaderAction |
AddHeaderActionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |