public enum SNSActions extends java.lang.Enum<SNSActions> implements Action
Enum Constant and Description |
---|
AddPermission
Action for the AddPermission operation.
|
AllSNSActions
Represents any action executed on Amazon Simple Notification Service.
|
CheckIfPhoneNumberIsOptedOut
Action for the CheckIfPhoneNumberIsOptedOut operation.
|
ConfirmSubscription
Action for the ConfirmSubscription operation.
|
CreatePlatformApplication
Action for the CreatePlatformApplication operation.
|
CreatePlatformEndpoint
Action for the CreatePlatformEndpoint operation.
|
CreateTopic
Action for the CreateTopic operation.
|
DeleteEndpoint
Action for the DeleteEndpoint operation.
|
DeletePlatformApplication
Action for the DeletePlatformApplication operation.
|
DeleteTopic
Action for the DeleteTopic operation.
|
GetEndpointAttributes
Action for the GetEndpointAttributes operation.
|
GetPlatformApplicationAttributes
Action for the GetPlatformApplicationAttributes operation.
|
GetSMSAttributes
Action for the GetSMSAttributes operation.
|
GetSubscriptionAttributes
Action for the GetSubscriptionAttributes operation.
|
GetTopicAttributes
Action for the GetTopicAttributes operation.
|
ListEndpointsByPlatformApplication
Action for the ListEndpointsByPlatformApplication operation.
|
ListPhoneNumbersOptedOut
Action for the ListPhoneNumbersOptedOut operation.
|
ListPlatformApplications
Action for the ListPlatformApplications operation.
|
ListSubscriptions
Action for the ListSubscriptions operation.
|
ListSubscriptionsByTopic
Action for the ListSubscriptionsByTopic operation.
|
ListTagsForResource
Action for the ListTagsForResource operation.
|
ListTopics
Action for the ListTopics operation.
|
OptInPhoneNumber
Action for the OptInPhoneNumber operation.
|
Publish
Action for the Publish operation.
|
RemovePermission
Action for the RemovePermission operation.
|
SetEndpointAttributes
Action for the SetEndpointAttributes operation.
|
SetPlatformApplicationAttributes
Action for the SetPlatformApplicationAttributes operation.
|
SetSMSAttributes
Action for the SetSMSAttributes operation.
|
SetSubscriptionAttributes
Action for the SetSubscriptionAttributes operation.
|
SetTopicAttributes
Action for the SetTopicAttributes operation.
|
Subscribe
Action for the Subscribe operation.
|
TagResource
Action for the TagResource operation.
|
Unsubscribe
Action for the Unsubscribe operation.
|
UntagResource
Action for the UntagResource operation.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionName()
Returns the name of this action.
|
static SNSActions |
valueOf(java.lang.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
public static final SNSActions CheckIfPhoneNumberIsOptedOut
public static final SNSActions ConfirmSubscription
public static final SNSActions CreatePlatformApplication
public static final SNSActions CreatePlatformEndpoint
public static final SNSActions CreateTopic
public static final SNSActions DeleteEndpoint
public static final SNSActions DeletePlatformApplication
public static final SNSActions DeleteTopic
public static final SNSActions GetEndpointAttributes
public static final SNSActions GetPlatformApplicationAttributes
public static final SNSActions GetSMSAttributes
public static final SNSActions GetSubscriptionAttributes
public static final SNSActions GetTopicAttributes
public static final SNSActions ListEndpointsByPlatformApplication
public static final SNSActions ListPhoneNumbersOptedOut
public static final SNSActions ListPlatformApplications
public static final SNSActions ListSubscriptions
public static final SNSActions ListSubscriptionsByTopic
public static final SNSActions ListTagsForResource
public static final SNSActions ListTopics
public static final SNSActions OptInPhoneNumber
public static final SNSActions Publish
public static final SNSActions RemovePermission
public static final SNSActions SetEndpointAttributes
public static final SNSActions SetPlatformApplicationAttributes
public static final SNSActions SetSMSAttributes
public static final SNSActions SetSubscriptionAttributes
public static final SNSActions SetTopicAttributes
public static final SNSActions Subscribe
public static final SNSActions TagResource
public static final SNSActions Unsubscribe
public static final SNSActions UntagResource
public static SNSActions[] values()
for (SNSActions c : SNSActions.values()) System.out.println(c);
public static SNSActions 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getActionName()
Action
getActionName
in interface Action
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.