public enum SimpleEmailServiceActions extends Enum<SimpleEmailServiceActions> implements Action
Enum Constant and Description |
---|
AllSimpleEmailServiceActions
Represents any action executed on Amazon SES.
|
DeleteIdentity
Action for the DeleteIdentity operation.
|
DeleteVerifiedEmailAddress
Action for the DeleteVerifiedEmailAddress operation.
|
GetIdentityDkimAttributes
Action for the GetIdentityDkimAttributes operation.
|
GetIdentityNotificationAttributes
Action for the GetIdentityNotificationAttributes 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.
|
ListVerifiedEmailAddresses
Action for the ListVerifiedEmailAddresses operation.
|
SendEmail
Action for the SendEmail operation.
|
SendRawEmail
Action for the SendRawEmail operation.
|
SetIdentityDkimEnabled
Action for the SetIdentityDkimEnabled operation.
|
SetIdentityFeedbackForwardingEnabled
Action for the SetIdentityFeedbackForwardingEnabled operation.
|
SetIdentityNotificationTopic
Action for the SetIdentityNotificationTopic 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 and Description |
---|---|
String |
getActionName() |
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 DeleteIdentity
public static final SimpleEmailServiceActions DeleteVerifiedEmailAddress
public static final SimpleEmailServiceActions GetIdentityDkimAttributes
public static final SimpleEmailServiceActions GetIdentityNotificationAttributes
public static final SimpleEmailServiceActions GetIdentityVerificationAttributes
public static final SimpleEmailServiceActions GetSendQuota
public static final SimpleEmailServiceActions GetSendStatistics
public static final SimpleEmailServiceActions ListIdentities
public static final SimpleEmailServiceActions ListVerifiedEmailAddresses
public static final SimpleEmailServiceActions SendEmail
public static final SimpleEmailServiceActions SendRawEmail
public static final SimpleEmailServiceActions SetIdentityDkimEnabled
public static final SimpleEmailServiceActions SetIdentityNotificationTopic
public static final SimpleEmailServiceActions SetIdentityFeedbackForwardingEnabled
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()
getActionName
in interface Action
Copyright © 2015. All rights reserved.