Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
EmailChannelRequest |
EmailChannelRequest.clone() |
EmailChannelRequest |
UpdateEmailChannelRequest.getEmailChannelRequest() |
EmailChannelRequest |
EmailChannelRequest.withConfigurationSet(String configurationSet)
The Amazon SES
configuration set that you want to apply to messages that you send through the channel.
|
EmailChannelRequest |
EmailChannelRequest.withEnabled(Boolean enabled)
Specifies whether to enable the email channel for the application.
|
EmailChannelRequest |
EmailChannelRequest.withFromAddress(String fromAddress)
The verified email address that you want to send email from when you send email through the channel.
|
EmailChannelRequest |
EmailChannelRequest.withIdentity(String identity)
The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you
want to use when you send email through the channel.
|
EmailChannelRequest |
EmailChannelRequest.withRoleArn(String roleArn)
The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits
email-related event data for the channel.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateEmailChannelRequest.setEmailChannelRequest(EmailChannelRequest emailChannelRequest) |
UpdateEmailChannelRequest |
UpdateEmailChannelRequest.withEmailChannelRequest(EmailChannelRequest emailChannelRequest) |
Copyright © 2023. All rights reserved.