Enum SimpleEmailServiceActions

    • Enum Constant Detail

      • 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.
      • 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.
      • GetSendStatistics

        public static final SimpleEmailServiceActions GetSendStatistics
        Action for the GetSendStatistics 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.
      • 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 Detail

      • values

        public static SimpleEmailServiceActions[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (SimpleEmailServiceActions c : SimpleEmailServiceActions.values())
            System.out.println(c);
        
        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.