Enum SimpleEmailServiceActions
java.lang.Object
java.lang.Enum<SimpleEmailServiceActions>
com.amazonaws.auth.policy.actions.SimpleEmailServiceActions
- All Implemented Interfaces:
Action
,Serializable
,Comparable<SimpleEmailServiceActions>
,java.lang.constant.Constable
The available AWS access control policy actions for Amazon SES.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRepresents any action executed on Amazon SES.Action for the CloneReceiptRuleSet operation.Action for the CreateReceiptFilter operation.Action for the CreateReceiptRule operation.Action for the CreateReceiptRuleSet operation.Action for the DeleteIdentity operation.Action for the DeleteIdentityPolicy operation.Action for the DeleteReceiptFilter operation.Action for the DeleteReceiptRule operation.Action for the DeleteReceiptRuleSet operation.Action for the DeleteVerifiedEmailAddress operation.Action for the DescribeActiveReceiptRuleSet operation.Action for the DescribeReceiptRule operation.Action for the DescribeReceiptRuleSet operation.Action for the GetIdentityDkimAttributes operation.Action for the GetIdentityMailFromDomainAttributes operation.Action for the GetIdentityNotificationAttributes operation.Action for the GetIdentityPolicies operation.Action for the GetIdentityVerificationAttributes operation.Action for the GetSendQuota operation.Action for the GetSendStatistics operation.Action for the ListIdentities operation.Action for the ListIdentityPolicies operation.Action for the ListReceiptFilters operation.Action for the ListReceiptRuleSets operation.Action for the ListVerifiedEmailAddresses operation.Action for the PutIdentityPolicy operation.Action for the ReorderReceiptRuleSet operation.Action for the SendBounce operation.Action for the SendEmail operation.Action for the SendRawEmail operation.Action for the SetActiveReceiptRuleSet operation.Action for the SetIdentityDkimEnabled operation.Action for the SetIdentityFeedbackForwardingEnabled operation.Action for the SetIdentityMailFromDomain operation.Action for the SetIdentityNotificationTopic operation.Action for the SetReceiptRulePosition operation.Action for the UpdateReceiptRule operation.Action for the VerifyDomainDkim operation.Action for the VerifyDomainIdentity operation.Action for the VerifyEmailAddress operation.Action for the VerifyEmailIdentity operation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of this action.static SimpleEmailServiceActions
Returns the enum constant of this type with the specified name.static SimpleEmailServiceActions[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AllSimpleEmailServiceActions
Represents any action executed on Amazon SES. -
CloneReceiptRuleSet
Action for the CloneReceiptRuleSet operation. -
CreateReceiptFilter
Action for the CreateReceiptFilter operation. -
CreateReceiptRule
Action for the CreateReceiptRule operation. -
CreateReceiptRuleSet
Action for the CreateReceiptRuleSet operation. -
DeleteIdentity
Action for the DeleteIdentity operation. -
DeleteIdentityPolicy
Action for the DeleteIdentityPolicy operation. -
DeleteReceiptFilter
Action for the DeleteReceiptFilter operation. -
DeleteReceiptRule
Action for the DeleteReceiptRule operation. -
DeleteReceiptRuleSet
Action for the DeleteReceiptRuleSet operation. -
DeleteVerifiedEmailAddress
Action for the DeleteVerifiedEmailAddress operation. -
DescribeActiveReceiptRuleSet
Action for the DescribeActiveReceiptRuleSet operation. -
DescribeReceiptRule
Action for the DescribeReceiptRule operation. -
DescribeReceiptRuleSet
Action for the DescribeReceiptRuleSet operation. -
GetIdentityDkimAttributes
Action for the GetIdentityDkimAttributes operation. -
GetIdentityMailFromDomainAttributes
Action for the GetIdentityMailFromDomainAttributes operation. -
GetIdentityNotificationAttributes
Action for the GetIdentityNotificationAttributes operation. -
GetIdentityPolicies
Action for the GetIdentityPolicies operation. -
GetIdentityVerificationAttributes
Action for the GetIdentityVerificationAttributes operation. -
GetSendQuota
Action for the GetSendQuota operation. -
GetSendStatistics
Action for the GetSendStatistics operation. -
ListIdentities
Action for the ListIdentities operation. -
ListIdentityPolicies
Action for the ListIdentityPolicies operation. -
ListReceiptFilters
Action for the ListReceiptFilters operation. -
ListReceiptRuleSets
Action for the ListReceiptRuleSets operation. -
ListVerifiedEmailAddresses
Action for the ListVerifiedEmailAddresses operation. -
PutIdentityPolicy
Action for the PutIdentityPolicy operation. -
ReorderReceiptRuleSet
Action for the ReorderReceiptRuleSet operation. -
SendBounce
Action for the SendBounce operation. -
SendEmail
Action for the SendEmail operation. -
SendRawEmail
Action for the SendRawEmail operation. -
SetActiveReceiptRuleSet
Action for the SetActiveReceiptRuleSet operation. -
SetIdentityDkimEnabled
Action for the SetIdentityDkimEnabled operation. -
SetIdentityFeedbackForwardingEnabled
Action for the SetIdentityFeedbackForwardingEnabled operation. -
SetIdentityMailFromDomain
Action for the SetIdentityMailFromDomain operation. -
SetIdentityNotificationTopic
Action for the SetIdentityNotificationTopic operation. -
SetReceiptRulePosition
Action for the SetReceiptRulePosition operation. -
UpdateReceiptRule
Action for the UpdateReceiptRule operation. -
VerifyDomainDkim
Action for the VerifyDomainDkim operation. -
VerifyDomainIdentity
Action for the VerifyDomainIdentity operation. -
VerifyEmailAddress
Action for the VerifyEmailAddress operation. -
VerifyEmailIdentity
Action for the VerifyEmailIdentity operation.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getActionName
Description copied from interface:Action
Returns the name of this action. For example, 'sqs:SendMessage' is the name corresponding to the SQS action that enables users to send a message to an SQS queue.- Specified by:
getActionName
in interfaceAction
- Returns:
- The name of this action.
-