Serializable
, Comparable<SimpleEmailServiceActions>
, Action
@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public enum SimpleEmailServiceActions extends Enum<SimpleEmailServiceActions> implements Action
Enum Constant | Description |
---|---|
AllSimpleEmailServiceActions |
Represents any action executed on Amazon SES.
|
CloneReceiptRuleSet |
Action for the CloneReceiptRuleSet operation.
|
CreateConfigurationSet |
Action for the CreateConfigurationSet operation.
|
CreateConfigurationSetEventDestination |
Action for the CreateConfigurationSetEventDestination operation.
|
CreateReceiptFilter |
Action for the CreateReceiptFilter operation.
|
CreateReceiptRule |
Action for the CreateReceiptRule operation.
|
CreateReceiptRuleSet |
Action for the CreateReceiptRuleSet operation.
|
DeleteConfigurationSet |
Action for the DeleteConfigurationSet operation.
|
DeleteConfigurationSetEventDestination |
Action for the DeleteConfigurationSetEventDestination 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.
|
DescribeConfigurationSet |
Action for the DescribeConfigurationSet 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.
|
ListConfigurationSets |
Action for the ListConfigurationSets 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.
|
SetIdentityHeadersInNotificationsEnabled |
Action for the SetIdentityHeadersInNotificationsEnabled operation.
|
SetIdentityMailFromDomain |
Action for the SetIdentityMailFromDomain operation.
|
SetIdentityNotificationTopic |
Action for the SetIdentityNotificationTopic operation.
|
SetReceiptRulePosition |
Action for the SetReceiptRulePosition operation.
|
UpdateConfigurationSetEventDestination |
Action for the UpdateConfigurationSetEventDestination 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.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getActionName() |
Returns the name of this action.
|
static SimpleEmailServiceActions |
valueOf(String name) |
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.
|
public static final SimpleEmailServiceActions AllSimpleEmailServiceActions
public static final SimpleEmailServiceActions CloneReceiptRuleSet
public static final SimpleEmailServiceActions CreateConfigurationSet
public static final SimpleEmailServiceActions CreateConfigurationSetEventDestination
public static final SimpleEmailServiceActions CreateReceiptFilter
public static final SimpleEmailServiceActions CreateReceiptRule
public static final SimpleEmailServiceActions CreateReceiptRuleSet
public static final SimpleEmailServiceActions DeleteConfigurationSet
public static final SimpleEmailServiceActions DeleteConfigurationSetEventDestination
public static final SimpleEmailServiceActions DeleteIdentity
public static final SimpleEmailServiceActions DeleteIdentityPolicy
public static final SimpleEmailServiceActions DeleteReceiptFilter
public static final SimpleEmailServiceActions DeleteReceiptRule
public static final SimpleEmailServiceActions DeleteReceiptRuleSet
public static final SimpleEmailServiceActions DeleteVerifiedEmailAddress
public static final SimpleEmailServiceActions DescribeActiveReceiptRuleSet
public static final SimpleEmailServiceActions DescribeConfigurationSet
public static final SimpleEmailServiceActions DescribeReceiptRule
public static final SimpleEmailServiceActions DescribeReceiptRuleSet
public static final SimpleEmailServiceActions GetIdentityDkimAttributes
public static final SimpleEmailServiceActions GetIdentityMailFromDomainAttributes
public static final SimpleEmailServiceActions GetIdentityNotificationAttributes
public static final SimpleEmailServiceActions GetIdentityPolicies
public static final SimpleEmailServiceActions GetIdentityVerificationAttributes
public static final SimpleEmailServiceActions GetSendQuota
public static final SimpleEmailServiceActions GetSendStatistics
public static final SimpleEmailServiceActions ListConfigurationSets
public static final SimpleEmailServiceActions ListIdentities
public static final SimpleEmailServiceActions ListIdentityPolicies
public static final SimpleEmailServiceActions ListReceiptFilters
public static final SimpleEmailServiceActions ListReceiptRuleSets
public static final SimpleEmailServiceActions ListVerifiedEmailAddresses
public static final SimpleEmailServiceActions PutIdentityPolicy
public static final SimpleEmailServiceActions ReorderReceiptRuleSet
public static final SimpleEmailServiceActions SendBounce
public static final SimpleEmailServiceActions SendEmail
public static final SimpleEmailServiceActions SendRawEmail
public static final SimpleEmailServiceActions SetActiveReceiptRuleSet
public static final SimpleEmailServiceActions SetIdentityDkimEnabled
public static final SimpleEmailServiceActions SetIdentityFeedbackForwardingEnabled
public static final SimpleEmailServiceActions SetIdentityHeadersInNotificationsEnabled
public static final SimpleEmailServiceActions SetIdentityMailFromDomain
public static final SimpleEmailServiceActions SetIdentityNotificationTopic
public static final SimpleEmailServiceActions SetReceiptRulePosition
public static final SimpleEmailServiceActions UpdateConfigurationSetEventDestination
public static final SimpleEmailServiceActions UpdateReceiptRule
public static final SimpleEmailServiceActions VerifyDomainDkim
public static final SimpleEmailServiceActions VerifyDomainIdentity
public static final SimpleEmailServiceActions VerifyEmailAddress
public static final SimpleEmailServiceActions VerifyEmailIdentity
public static SimpleEmailServiceActions[] values()
for (SimpleEmailServiceActions c : SimpleEmailServiceActions.values()) System.out.println(c);
public static SimpleEmailServiceActions valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getActionName()
Action
getActionName
in interface Action
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.