| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EmailChannelResponse |
EmailChannelResponse.clone() |
EmailChannelResponse |
UpdateEmailChannelResult.getEmailChannelResponse() |
EmailChannelResponse |
DeleteEmailChannelResult.getEmailChannelResponse() |
EmailChannelResponse |
GetEmailChannelResult.getEmailChannelResponse() |
EmailChannelResponse |
EmailChannelResponse.withApplicationId(String applicationId)
The unique ID of the application to which the email channel belongs.
|
EmailChannelResponse |
EmailChannelResponse.withCreationDate(String creationDate)
The date that the settings were last updated in ISO 8601 format.
|
EmailChannelResponse |
EmailChannelResponse.withEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
EmailChannelResponse |
EmailChannelResponse.withFromAddress(String fromAddress)
The email address used to send emails from.
|
EmailChannelResponse |
EmailChannelResponse.withHasCredential(Boolean hasCredential)
If the channel is registered with a credential for authentication.
|
EmailChannelResponse |
EmailChannelResponse.withId(String id)
Channel ID.
|
EmailChannelResponse |
EmailChannelResponse.withIdentity(String identity)
The ARN of an identity verified with SES.
|
EmailChannelResponse |
EmailChannelResponse.withIsArchived(Boolean isArchived)
Is this channel archived
|
EmailChannelResponse |
EmailChannelResponse.withLastModifiedBy(String lastModifiedBy)
Who last updated this entry
|
EmailChannelResponse |
EmailChannelResponse.withLastModifiedDate(String lastModifiedDate)
Last date this was updated
|
EmailChannelResponse |
EmailChannelResponse.withPlatform(String platform)
Platform type.
|
EmailChannelResponse |
EmailChannelResponse.withRoleArn(String roleArn)
The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion service
|
EmailChannelResponse |
EmailChannelResponse.withVersion(Integer version)
Version of channel
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEmailChannelResult.setEmailChannelResponse(EmailChannelResponse emailChannelResponse) |
void |
DeleteEmailChannelResult.setEmailChannelResponse(EmailChannelResponse emailChannelResponse) |
void |
GetEmailChannelResult.setEmailChannelResponse(EmailChannelResponse emailChannelResponse) |
UpdateEmailChannelResult |
UpdateEmailChannelResult.withEmailChannelResponse(EmailChannelResponse emailChannelResponse) |
DeleteEmailChannelResult |
DeleteEmailChannelResult.withEmailChannelResponse(EmailChannelResponse emailChannelResponse) |
GetEmailChannelResult |
GetEmailChannelResult.withEmailChannelResponse(EmailChannelResponse emailChannelResponse) |
Copyright © 2018. All rights reserved.