Content text
Content html
String identity
[email protected],
example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this API, you must own the identity.
String policyName
Constraints:
Length: 1 - 64
Pattern: [^\\/\?\*\s]+
String identity
String emailAddress
com.amazonaws.internal.ListWithAutoConstructFlag<T> toAddresses
com.amazonaws.internal.ListWithAutoConstructFlag<T> ccAddresses
com.amazonaws.internal.ListWithAutoConstructFlag<T> bccAddresses
com.amazonaws.internal.ListWithAutoConstructFlag<T> identities
com.amazonaws.internal.ListWithAutoConstructFlag<T> identities
[email protected], example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.String identity
[email protected],
example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this API, you must own the identity.
com.amazonaws.internal.ListWithAutoConstructFlag<T> policyNames
ListIdentityPolicies.com.amazonaws.internal.ListWithAutoConstructFlag<T> identities
Double max24HourSend
Double maxSendRate
Double sentLast24Hours
com.amazonaws.internal.ListWithAutoConstructFlag<T> sendDataPoints
Boolean dkimEnabled
String dkimVerificationStatus
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure, NotStarted
com.amazonaws.internal.ListWithAutoConstructFlag<T> dkimTokens
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
String bounceTopic
String complaintTopic
String deliveryTopic
Boolean forwardingEnabled
true indicates that Amazon SES
will forward bounce and complaint notifications as email, while
false indicates that bounce and complaint notifications
will be published only to the specified bounce and complaint Amazon
SNS topics.String verificationStatus
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure, NotStarted
String verificationToken
String identityType
Constraints:
Allowed Values: EmailAddress, Domain
String nextToken
Integer maxItems
com.amazonaws.internal.ListWithAutoConstructFlag<T> identities
String nextToken
String identity
[email protected], example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this API, you must own the identity.
com.amazonaws.internal.ListWithAutoConstructFlag<T> policyNames
com.amazonaws.internal.ListWithAutoConstructFlag<T> verifiedEmailAddresses
String identity
[email protected], example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this API, you must own the identity.
String policyName
The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
Constraints:
Length: 1 - 64
Pattern: [^\\/\?\*\s]+
String policy
For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.
Constraints:
Length: 1 -
ByteBuffer data
The To:, CC:, and BCC: headers in the raw message can contain a group list.
If you are using SendRawEmail with sending
authorization, you can include X-headers in the raw message to specify
the "Source," "From," and "Return-Path" addresses. For more
information, see the documentation for SendRawEmail.
For more information, go to the Amazon SES Developer Guide.
Date timestamp
Long deliveryAttempts
Long bounces
Long complaints
Long rejects
String source
If you are sending on behalf of another
user and have been permitted to do so by a sending authorization
policy, then you must also specify the SourceArn
parameter. For more information about sending authorization, see the
Amazon
SES Developer Guide.
In all cases, the email address must be
7-bit ASCII. If the text must contain any other characters, then you
must use MIME encoded-word syntax (RFC 2047) instead of a literal
string. MIME encoded-word syntax uses the following form:
=?charset?encoding?encoded-text?=. For more information,
see RFC 2047.
Destination destination
Message message
com.amazonaws.internal.ListWithAutoConstructFlag<T> replyToAddresses
String returnPath
ReturnPath parameter. The
ReturnPath parameter is never overwritten. This email
address must be either individually verified with Amazon SES, or from
a domain that has been verified with Amazon SES.String sourceArn
Source parameter. For example, if the owner of
example.com (which has ARN
arn:aws:ses:us-east-1:123456789012:identity/example.com)
attaches a policy to it that authorizes you to send from
[email protected], then you would specify the
SourceArn to be
arn:aws:ses:us-east-1:123456789012:identity/example.com,
and the Source to be [email protected].
For more information about sending authorization, see the Amazon SES Developer Guide.
String returnPathArn
ReturnPath parameter. For example, if the owner of
example.com (which has ARN
arn:aws:ses:us-east-1:123456789012:identity/example.com)
attaches a policy to it that authorizes you to use
[email protected], then you would specify the
ReturnPathArn to be
arn:aws:ses:us-east-1:123456789012:identity/example.com,
and the ReturnPath to be
[email protected].
For more information about sending authorization, see the Amazon SES Developer Guide.
String messageId
SendEmail
action.String source
By default, the string must
be 7-bit ASCII. If the text must contain any other characters, then
you must use MIME encoded-word syntax (RFC 2047) instead of a literal
string. MIME encoded-word syntax uses the following form:
=?charset?encoding?encoded-text?=. For more information,
see RFC 2047.
Source parameter and have
feedback forwarding enabled, then bounces and complaints will be sent
to this email address. This takes precedence over any
Return-Path header that you might include in the raw text of
the message.
com.amazonaws.internal.ListWithAutoConstructFlag<T> destinations
RawMessage rawMessage
String fromArn
Instead of using this parameter, you can
use the X-header X-SES-FROM-ARN in the raw message of the
email. If you use both the FromArn parameter and the
corresponding X-header, Amazon SES uses the value of the
FromArn parameter. SendRawEmail
in this guide, or see the Amazon
SES Developer Guide.
String sourceArn
Source parameter. For example, if the owner of
example.com (which has ARN
arn:aws:ses:us-east-1:123456789012:identity/example.com)
attaches a policy to it that authorizes you to send from
[email protected], then you would specify the
SourceArn to be
arn:aws:ses:us-east-1:123456789012:identity/example.com,
and the Source to be [email protected].
Instead of using this parameter, you can use the X-header
X-SES-SOURCE-ARN in the raw message of the email. If you
use both the SourceArn parameter and the corresponding
X-header, Amazon SES uses the value of the SourceArn
parameter. SendRawEmail in this guide, or see the
Amazon
SES Developer Guide.
String returnPathArn
ReturnPath parameter. For example, if the owner of
example.com (which has ARN
arn:aws:ses:us-east-1:123456789012:identity/example.com)
attaches a policy to it that authorizes you to use
[email protected], then you would specify the
ReturnPathArn to be
arn:aws:ses:us-east-1:123456789012:identity/example.com,
and the ReturnPath to be
[email protected].
Instead of using this parameter,
you can use the X-header X-SES-RETURN-PATH-ARN in the raw
message of the email. If you use both the ReturnPathArn
parameter and the corresponding X-header, Amazon SES uses the value of
the ReturnPathArn parameter. SendRawEmail in this guide, or see the Amazon
SES Developer Guide.
String messageId
SendRawEmail action.String identity
[email protected],
example.com.Boolean forwardingEnabled
true specifies that Amazon SES
will forward bounce and complaint notifications as email, in addition
to any Amazon SNS topic publishing otherwise specified.
false specifies that Amazon SES will publish bounce and
complaint notifications only through Amazon SNS. This value can only
be set to false when Amazon SNS topics are set for both
Bounce and Complaint notification types.String identity
[email protected],
example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.String notificationType
Constraints:
Allowed Values: Bounce, Complaint, Delivery
String snsTopic
SnsTopic is cleared and publishing is disabled.String domain
com.amazonaws.internal.ListWithAutoConstructFlag<T> dkimTokens
Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign emails originating from that domain.
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
String domain
String verificationToken
String emailAddress
String emailAddress
Copyright © 2015. All rights reserved.