| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses.actions |
Amazon Simple Email Service Actions Library
|
| Modifier and Type | Method and Description |
|---|---|
default EmailEncoding |
SnsProps.getEncoding()
(experimental) The encoding to use for the email within the Amazon SNS notification.
|
EmailEncoding |
SnsProps.Jsii$Proxy.getEncoding() |
static EmailEncoding |
EmailEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailEncoding[] |
EmailEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SnsProps.Builder |
SnsProps.Builder.encoding(EmailEncoding encoding)
Sets the value of
SnsProps.getEncoding() |
Sns.Builder |
Sns.Builder.encoding(EmailEncoding encoding)
(experimental) The encoding to use for the email within the Amazon SNS notification.
|
| Constructor and Description |
|---|
Jsii$Proxy(ITopic topic,
EmailEncoding encoding)
Constructor that initializes the object based on literal property values passed by the
SnsProps.Builder. |
Copyright © 2021. All rights reserved.