| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses.actions |
Amazon Simple Email Service Actions Library
|
| Modifier and Type | Field and Description |
|---|---|
static BounceTemplate |
BounceTemplate.MAILBOX_DOES_NOT_EXIST |
static BounceTemplate |
BounceTemplate.MAILBOX_FULL |
static BounceTemplate |
BounceTemplate.MESSAGE_CONTENT_REJECTED |
static BounceTemplate |
BounceTemplate.MESSAGE_TOO_LARGE |
static BounceTemplate |
BounceTemplate.TEMPORARY_FAILURE |
| Modifier and Type | Method and Description |
|---|---|
BounceTemplate |
BounceTemplate.Builder.build() |
BounceTemplate |
BounceProps.getTemplate()
(experimental) The template containing the message, reply code and status code.
|
BounceTemplate |
BounceProps.Jsii$Proxy.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
BounceProps.Builder |
BounceProps.Builder.template(BounceTemplate template)
Sets the value of
BounceProps.getTemplate() |
Bounce.Builder |
Bounce.Builder.template(BounceTemplate template)
(experimental) The template containing the message, reply code and status code.
|
| Constructor and Description |
|---|
Jsii$Proxy(String sender,
BounceTemplate template,
ITopic topic)
Constructor that initializes the object based on literal property values passed by the
BounceProps.Builder. |
Copyright © 2021. All rights reserved.