Serializable
, Comparable<SnsActions>
, Action
public enum SnsActions extends Enum<SnsActions> implements Action
Enum Constant | 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 | 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()
Action
getActionName
in interface Action
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.