public enum SNSActions extends Enum<SNSActions> implements Action
| Enum Constant and Description | 
|---|
AddPermission
Action for the AddPermission operation. 
 | 
AllSNSActions
Represents any action executed on Amazon SNS. 
 | 
CheckIfPhoneNumberIsOptedOut
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
ConfirmSubscription
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
CreatePlatformApplication
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
CreatePlatformEndpoint
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
CreateTopic
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
DeleteEndpoint
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
DeletePlatformApplication
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
DeleteTopic
Action for the DeleteTopic operation. 
 | 
GetEndpointAttributes
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
GetPlatformApplicationAttributes
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
GetSMSAttributes
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
GetSubscriptionAttributes
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
GetTopicAttributes
Action for the GetTopicAttributes operation. 
 | 
ListEndpointsByPlatformApplication
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
ListPhoneNumbersOptedOut
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
ListPlatformApplications
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
ListSubscriptions
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
ListSubscriptionsByTopic
Action for the ListSubscriptionsByTopic operation. 
 | 
ListTopics
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
OptInPhoneNumber
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
Publish
Action for the Publish operation. 
 | 
RemovePermission
Action for the RemovePermission operation. 
 | 
SetEndpointAttributes
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
SetPlatformApplicationAttributes
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
SetSMSAttributes
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
SetSubscriptionAttributes
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
SetTopicAttributes
Action for the SetTopicAttributes operation. 
 | 
Subscribe
Action for the Subscribe operation. 
 | 
Unsubscribe
Deprecated. 
 
for not valid SNS action policy, see Valid Amazon SNS Policy Actions for more information. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getActionName()
Returns the name of this action. 
 | 
static SNSActions | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SNSActions[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SNSActions AllSNSActions
public static final SNSActions AddPermission
@Deprecated public static final SNSActions CheckIfPhoneNumberIsOptedOut
@Deprecated public static final SNSActions ConfirmSubscription
@Deprecated public static final SNSActions CreatePlatformApplication
@Deprecated public static final SNSActions CreatePlatformEndpoint
@Deprecated public static final SNSActions CreateTopic
@Deprecated public static final SNSActions DeleteEndpoint
@Deprecated public static final SNSActions DeletePlatformApplication
public static final SNSActions DeleteTopic
@Deprecated public static final SNSActions GetEndpointAttributes
@Deprecated public static final SNSActions GetPlatformApplicationAttributes
@Deprecated public static final SNSActions GetSMSAttributes
@Deprecated public static final SNSActions GetSubscriptionAttributes
public static final SNSActions GetTopicAttributes
@Deprecated public static final SNSActions ListEndpointsByPlatformApplication
@Deprecated public static final SNSActions ListPhoneNumbersOptedOut
@Deprecated public static final SNSActions ListPlatformApplications
@Deprecated public static final SNSActions ListSubscriptions
public static final SNSActions ListSubscriptionsByTopic
@Deprecated public static final SNSActions ListTopics
@Deprecated public static final SNSActions OptInPhoneNumber
public static final SNSActions Publish
public static final SNSActions RemovePermission
@Deprecated public static final SNSActions SetEndpointAttributes
@Deprecated public static final SNSActions SetPlatformApplicationAttributes
@Deprecated public static final SNSActions SetSMSAttributes
@Deprecated public static final SNSActions SetSubscriptionAttributes
public static final SNSActions SetTopicAttributes
public static final SNSActions Subscribe
@Deprecated public static final SNSActions Unsubscribe
public static SNSActions[] values()
for (SNSActions c : SNSActions.values()) System.out.println(c);
public static SNSActions 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()
ActiongetActionName in interface ActionCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.