@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum PinpointActions extends Enum<PinpointActions> implements Action
Enum Constant and Description |
---|
AllPinpointActions
Represents any action executed on Amazon Pinpoint.
|
CreateApp
Action for the CreateApp operation.
|
CreateCampaign
Action for the CreateCampaign operation.
|
CreateImportJob
Action for the CreateImportJob operation.
|
CreateSegment
Action for the CreateSegment operation.
|
DeleteAdmChannel
Action for the DeleteAdmChannel operation.
|
DeleteApnsChannel
Action for the DeleteApnsChannel operation.
|
DeleteApnsSandboxChannel
Action for the DeleteApnsSandboxChannel operation.
|
DeleteApnsVoipChannel
Action for the DeleteApnsVoipChannel operation.
|
DeleteApnsVoipSandboxChannel
Action for the DeleteApnsVoipSandboxChannel operation.
|
DeleteApp
Action for the DeleteApp operation.
|
DeleteBaiduChannel
Action for the DeleteBaiduChannel operation.
|
DeleteCampaign
Action for the DeleteCampaign operation.
|
DeleteEmailChannel
Action for the DeleteEmailChannel operation.
|
DeleteEventStream
Action for the DeleteEventStream operation.
|
DeleteGcmChannel
Action for the DeleteGcmChannel operation.
|
DeleteSegment
Action for the DeleteSegment operation.
|
DeleteSmsChannel
Action for the DeleteSmsChannel operation.
|
GetAdmChannel
Action for the GetAdmChannel operation.
|
GetApnsChannel
Action for the GetApnsChannel operation.
|
GetApnsSandboxChannel
Action for the GetApnsSandboxChannel operation.
|
GetApnsVoipChannel
Action for the GetApnsVoipChannel operation.
|
GetApnsVoipSandboxChannel
Action for the GetApnsVoipSandboxChannel operation.
|
GetApp
Action for the GetApp operation.
|
GetApplicationSettings
Action for the GetApplicationSettings operation.
|
GetApps
Action for the GetApps operation.
|
GetBaiduChannel
Action for the GetBaiduChannel operation.
|
GetCampaign
Action for the GetCampaign operation.
|
GetCampaignActivities
Action for the GetCampaignActivities operation.
|
GetCampaigns
Action for the GetCampaigns operation.
|
GetCampaignVersion
Action for the GetCampaignVersion operation.
|
GetCampaignVersions
Action for the GetCampaignVersions operation.
|
GetEmailChannel
Action for the GetEmailChannel operation.
|
GetEndpoint
Action for the GetEndpoint operation.
|
GetEventStream
Action for the GetEventStream operation.
|
GetGcmChannel
Action for the GetGcmChannel operation.
|
GetImportJob
Action for the GetImportJob operation.
|
GetImportJobs
Action for the GetImportJobs operation.
|
GetSegment
Action for the GetSegment operation.
|
GetSegmentImportJobs
Action for the GetSegmentImportJobs operation.
|
GetSegments
Action for the GetSegments operation.
|
GetSegmentVersion
Action for the GetSegmentVersion operation.
|
GetSegmentVersions
Action for the GetSegmentVersions operation.
|
GetSmsChannel
Action for the GetSmsChannel operation.
|
PutEventStream
Action for the PutEventStream operation.
|
SendMessages
Action for the SendMessages operation.
|
SendUsersMessages
Action for the SendUsersMessages operation.
|
UpdateAdmChannel
Action for the UpdateAdmChannel operation.
|
UpdateApnsChannel
Action for the UpdateApnsChannel operation.
|
UpdateApnsSandboxChannel
Action for the UpdateApnsSandboxChannel operation.
|
UpdateApnsVoipChannel
Action for the UpdateApnsVoipChannel operation.
|
UpdateApnsVoipSandboxChannel
Action for the UpdateApnsVoipSandboxChannel operation.
|
UpdateApplicationSettings
Action for the UpdateApplicationSettings operation.
|
UpdateBaiduChannel
Action for the UpdateBaiduChannel operation.
|
UpdateCampaign
Action for the UpdateCampaign operation.
|
UpdateEmailChannel
Action for the UpdateEmailChannel operation.
|
UpdateEndpoint
Action for the UpdateEndpoint operation.
|
UpdateEndpointsBatch
Action for the UpdateEndpointsBatch operation.
|
UpdateGcmChannel
Action for the UpdateGcmChannel operation.
|
UpdateSegment
Action for the UpdateSegment operation.
|
UpdateSmsChannel
Action for the UpdateSmsChannel operation.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Returns the name of this action.
|
static PinpointActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PinpointActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PinpointActions AllPinpointActions
public static final PinpointActions CreateApp
public static final PinpointActions CreateCampaign
public static final PinpointActions CreateImportJob
public static final PinpointActions CreateSegment
public static final PinpointActions DeleteAdmChannel
public static final PinpointActions DeleteApnsChannel
public static final PinpointActions DeleteApnsSandboxChannel
public static final PinpointActions DeleteApnsVoipChannel
public static final PinpointActions DeleteApnsVoipSandboxChannel
public static final PinpointActions DeleteApp
public static final PinpointActions DeleteBaiduChannel
public static final PinpointActions DeleteCampaign
public static final PinpointActions DeleteEmailChannel
public static final PinpointActions DeleteEventStream
public static final PinpointActions DeleteGcmChannel
public static final PinpointActions DeleteSegment
public static final PinpointActions DeleteSmsChannel
public static final PinpointActions GetAdmChannel
public static final PinpointActions GetApnsChannel
public static final PinpointActions GetApnsSandboxChannel
public static final PinpointActions GetApnsVoipChannel
public static final PinpointActions GetApnsVoipSandboxChannel
public static final PinpointActions GetApp
public static final PinpointActions GetApplicationSettings
public static final PinpointActions GetApps
public static final PinpointActions GetBaiduChannel
public static final PinpointActions GetCampaign
public static final PinpointActions GetCampaignActivities
public static final PinpointActions GetCampaignVersion
public static final PinpointActions GetCampaignVersions
public static final PinpointActions GetCampaigns
public static final PinpointActions GetEmailChannel
public static final PinpointActions GetEndpoint
public static final PinpointActions GetEventStream
public static final PinpointActions GetGcmChannel
public static final PinpointActions GetImportJob
public static final PinpointActions GetImportJobs
public static final PinpointActions GetSegment
public static final PinpointActions GetSegmentImportJobs
public static final PinpointActions GetSegmentVersion
public static final PinpointActions GetSegmentVersions
public static final PinpointActions GetSegments
public static final PinpointActions GetSmsChannel
public static final PinpointActions PutEventStream
public static final PinpointActions SendMessages
public static final PinpointActions SendUsersMessages
public static final PinpointActions UpdateAdmChannel
public static final PinpointActions UpdateApnsChannel
public static final PinpointActions UpdateApnsSandboxChannel
public static final PinpointActions UpdateApnsVoipChannel
public static final PinpointActions UpdateApnsVoipSandboxChannel
public static final PinpointActions UpdateApplicationSettings
public static final PinpointActions UpdateBaiduChannel
public static final PinpointActions UpdateCampaign
public static final PinpointActions UpdateEmailChannel
public static final PinpointActions UpdateEndpoint
public static final PinpointActions UpdateEndpointsBatch
public static final PinpointActions UpdateGcmChannel
public static final PinpointActions UpdateSegment
public static final PinpointActions UpdateSmsChannel
public static PinpointActions[] values()
for (PinpointActions c : PinpointActions.values()) System.out.println(c);
public static PinpointActions 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.