|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SimpleEmailServiceActions>
com.amazonaws.auth.policy.actions.SimpleEmailServiceActions
public enum SimpleEmailServiceActions
The available AWS access control policy actions for Amazon SES.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
java.lang.String |
getActionName()
Returns the name of this action. |
static SimpleEmailServiceActions |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
public static SimpleEmailServiceActions[] values()
for (SimpleEmailServiceActions c : SimpleEmailServiceActions.values()) System.out.println(c);
public static SimpleEmailServiceActions valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getActionName()
Action
getActionName
in interface Action
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |