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

public enum SimpleEmailServiceActions extends Enum<SimpleEmailServiceActions> implements Action
The available AWS access control policy actions for Amazon SES.
  • Enum Constant Details

    • AllSimpleEmailServiceActions

      public static final SimpleEmailServiceActions AllSimpleEmailServiceActions
      Represents any action executed on Amazon SES.
    • CloneReceiptRuleSet

      public static final SimpleEmailServiceActions CloneReceiptRuleSet
      Action for the CloneReceiptRuleSet operation.
    • CreateReceiptFilter

      public static final SimpleEmailServiceActions CreateReceiptFilter
      Action for the CreateReceiptFilter operation.
    • CreateReceiptRule

      public static final SimpleEmailServiceActions CreateReceiptRule
      Action for the CreateReceiptRule operation.
    • CreateReceiptRuleSet

      public static final SimpleEmailServiceActions CreateReceiptRuleSet
      Action for the CreateReceiptRuleSet operation.
    • DeleteIdentity

      public static final SimpleEmailServiceActions DeleteIdentity
      Action for the DeleteIdentity operation.
    • DeleteIdentityPolicy

      public static final SimpleEmailServiceActions DeleteIdentityPolicy
      Action for the DeleteIdentityPolicy operation.
    • DeleteReceiptFilter

      public static final SimpleEmailServiceActions DeleteReceiptFilter
      Action for the DeleteReceiptFilter operation.
    • DeleteReceiptRule

      public static final SimpleEmailServiceActions DeleteReceiptRule
      Action for the DeleteReceiptRule operation.
    • DeleteReceiptRuleSet

      public static final SimpleEmailServiceActions DeleteReceiptRuleSet
      Action for the DeleteReceiptRuleSet operation.
    • DeleteVerifiedEmailAddress

      public static final SimpleEmailServiceActions DeleteVerifiedEmailAddress
      Action for the DeleteVerifiedEmailAddress operation.
    • DescribeActiveReceiptRuleSet

      public static final SimpleEmailServiceActions DescribeActiveReceiptRuleSet
      Action for the DescribeActiveReceiptRuleSet operation.
    • DescribeReceiptRule

      public static final SimpleEmailServiceActions DescribeReceiptRule
      Action for the DescribeReceiptRule operation.
    • DescribeReceiptRuleSet

      public static final SimpleEmailServiceActions DescribeReceiptRuleSet
      Action for the DescribeReceiptRuleSet operation.
    • GetIdentityDkimAttributes

      public static final SimpleEmailServiceActions GetIdentityDkimAttributes
      Action for the GetIdentityDkimAttributes operation.
    • GetIdentityMailFromDomainAttributes

      public static final SimpleEmailServiceActions GetIdentityMailFromDomainAttributes
      Action for the GetIdentityMailFromDomainAttributes operation.
    • GetIdentityNotificationAttributes

      public static final SimpleEmailServiceActions GetIdentityNotificationAttributes
      Action for the GetIdentityNotificationAttributes operation.
    • GetIdentityPolicies

      public static final SimpleEmailServiceActions GetIdentityPolicies
      Action for the GetIdentityPolicies operation.
    • GetIdentityVerificationAttributes

      public static final SimpleEmailServiceActions GetIdentityVerificationAttributes
      Action for the GetIdentityVerificationAttributes operation.
    • GetSendQuota

      public static final SimpleEmailServiceActions GetSendQuota
      Action for the GetSendQuota operation.
    • GetSendStatistics

      public static final SimpleEmailServiceActions GetSendStatistics
      Action for the GetSendStatistics operation.
    • ListIdentities

      public static final SimpleEmailServiceActions ListIdentities
      Action for the ListIdentities operation.
    • ListIdentityPolicies

      public static final SimpleEmailServiceActions ListIdentityPolicies
      Action for the ListIdentityPolicies operation.
    • ListReceiptFilters

      public static final SimpleEmailServiceActions ListReceiptFilters
      Action for the ListReceiptFilters operation.
    • ListReceiptRuleSets

      public static final SimpleEmailServiceActions ListReceiptRuleSets
      Action for the ListReceiptRuleSets operation.
    • ListVerifiedEmailAddresses

      public static final SimpleEmailServiceActions ListVerifiedEmailAddresses
      Action for the ListVerifiedEmailAddresses operation.
    • PutIdentityPolicy

      public static final SimpleEmailServiceActions PutIdentityPolicy
      Action for the PutIdentityPolicy operation.
    • ReorderReceiptRuleSet

      public static final SimpleEmailServiceActions ReorderReceiptRuleSet
      Action for the ReorderReceiptRuleSet operation.
    • SendBounce

      public static final SimpleEmailServiceActions SendBounce
      Action for the SendBounce operation.
    • SendEmail

      public static final SimpleEmailServiceActions SendEmail
      Action for the SendEmail operation.
    • SendRawEmail

      public static final SimpleEmailServiceActions SendRawEmail
      Action for the SendRawEmail operation.
    • SetActiveReceiptRuleSet

      public static final SimpleEmailServiceActions SetActiveReceiptRuleSet
      Action for the SetActiveReceiptRuleSet operation.
    • SetIdentityDkimEnabled

      public static final SimpleEmailServiceActions SetIdentityDkimEnabled
      Action for the SetIdentityDkimEnabled operation.
    • SetIdentityFeedbackForwardingEnabled

      public static final SimpleEmailServiceActions SetIdentityFeedbackForwardingEnabled
      Action for the SetIdentityFeedbackForwardingEnabled operation.
    • SetIdentityMailFromDomain

      public static final SimpleEmailServiceActions SetIdentityMailFromDomain
      Action for the SetIdentityMailFromDomain operation.
    • SetIdentityNotificationTopic

      public static final SimpleEmailServiceActions SetIdentityNotificationTopic
      Action for the SetIdentityNotificationTopic operation.
    • SetReceiptRulePosition

      public static final SimpleEmailServiceActions SetReceiptRulePosition
      Action for the SetReceiptRulePosition operation.
    • UpdateReceiptRule

      public static final SimpleEmailServiceActions UpdateReceiptRule
      Action for the UpdateReceiptRule operation.
    • VerifyDomainDkim

      public static final SimpleEmailServiceActions VerifyDomainDkim
      Action for the VerifyDomainDkim operation.
    • VerifyDomainIdentity

      public static final SimpleEmailServiceActions VerifyDomainIdentity
      Action for the VerifyDomainIdentity operation.
    • VerifyEmailAddress

      public static final SimpleEmailServiceActions VerifyEmailAddress
      Action for the VerifyEmailAddress operation.
    • VerifyEmailIdentity

      public static final SimpleEmailServiceActions VerifyEmailIdentity
      Action for the VerifyEmailIdentity operation.
  • Method Details

    • values

      public static SimpleEmailServiceActions[] 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

      public static SimpleEmailServiceActions valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getActionName

      public String 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 interface Action
      Returns:
      The name of this action.