| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EmailChannelResponse |
EmailChannelResponse.clone() |
EmailChannelResponse |
UpdateEmailChannelResult.getEmailChannelResponse() |
EmailChannelResponse |
GetEmailChannelResult.getEmailChannelResponse() |
EmailChannelResponse |
DeleteEmailChannelResult.getEmailChannelResponse() |
EmailChannelResponse |
EmailChannelResponse.withApplicationId(String applicationId)
The unique identifier for the application that the email channel applies to.
|
EmailChannelResponse |
EmailChannelResponse.withConfigurationSet(String configurationSet)
The Amazon SES
configuration set that's applied to messages that are sent through the channel.
|
EmailChannelResponse |
EmailChannelResponse.withCreationDate(String creationDate)
The date and time, in ISO 8601 format, when the email channel was enabled.
|
EmailChannelResponse |
EmailChannelResponse.withEnabled(Boolean enabled)
Specifies whether the email channel is enabled for the application.
|
EmailChannelResponse |
EmailChannelResponse.withFromAddress(String fromAddress)
The verified email address that email is sent from when you send email through the channel.
|
EmailChannelResponse |
EmailChannelResponse.withHasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
EmailChannelResponse |
EmailChannelResponse.withId(String id)
(Deprecated) An identifier for the email channel.
|
EmailChannelResponse |
EmailChannelResponse.withIdentity(String identity)
The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's
used when you send email through the channel.
|
EmailChannelResponse |
EmailChannelResponse.withIsArchived(Boolean isArchived)
Specifies whether the email channel is archived.
|
EmailChannelResponse |
EmailChannelResponse.withLastModifiedBy(String lastModifiedBy)
The user who last modified the email channel.
|
EmailChannelResponse |
EmailChannelResponse.withLastModifiedDate(String lastModifiedDate)
The date and time, in ISO 8601 format, when the email channel was last modified.
|
EmailChannelResponse |
EmailChannelResponse.withMessagesPerSecond(Integer messagesPerSecond)
The maximum number of emails that can be sent through the channel each second.
|
EmailChannelResponse |
EmailChannelResponse.withOrchestrationSendingRoleArn(String orchestrationSendingRoleArn)
The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon
SES.
|
EmailChannelResponse |
EmailChannelResponse.withPlatform(String platform)
The type of messaging or notification platform for the channel.
|
EmailChannelResponse |
EmailChannelResponse.withRoleArn(String roleArn)
The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related
event data for the channel.
|
EmailChannelResponse |
EmailChannelResponse.withVersion(Integer version)
The current version of the email channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEmailChannelResult.setEmailChannelResponse(EmailChannelResponse emailChannelResponse) |
void |
GetEmailChannelResult.setEmailChannelResponse(EmailChannelResponse emailChannelResponse) |
void |
DeleteEmailChannelResult.setEmailChannelResponse(EmailChannelResponse emailChannelResponse) |
UpdateEmailChannelResult |
UpdateEmailChannelResult.withEmailChannelResponse(EmailChannelResponse emailChannelResponse) |
GetEmailChannelResult |
GetEmailChannelResult.withEmailChannelResponse(EmailChannelResponse emailChannelResponse) |
DeleteEmailChannelResult |
DeleteEmailChannelResult.withEmailChannelResponse(EmailChannelResponse emailChannelResponse) |
Copyright © 2024. All rights reserved.