@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.
|
CreateCampaign
Action for the CreateCampaign operation.
|
CreateImportJob
Action for the CreateImportJob operation.
|
CreateSegment
Action for the CreateSegment operation.
|
DeleteApnsChannel
Action for the DeleteApnsChannel operation.
|
DeleteCampaign
Action for the DeleteCampaign operation.
|
DeleteEventStream
Action for the DeleteEventStream operation.
|
DeleteGcmChannel
Action for the DeleteGcmChannel operation.
|
DeleteSegment
Action for the DeleteSegment operation.
|
GetApnsChannel
Action for the GetApnsChannel operation.
|
GetApplicationSettings
Action for the GetApplicationSettings 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.
|
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.
|
PutEventStream
Action for the PutEventStream operation.
|
UpdateApnsChannel
Action for the UpdateApnsChannel operation.
|
UpdateApplicationSettings
Action for the UpdateApplicationSettings operation.
|
UpdateCampaign
Action for the UpdateCampaign 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.
|
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 CreateCampaign
public static final PinpointActions CreateImportJob
public static final PinpointActions CreateSegment
public static final PinpointActions DeleteApnsChannel
public static final PinpointActions DeleteCampaign
public static final PinpointActions DeleteEventStream
public static final PinpointActions DeleteGcmChannel
public static final PinpointActions DeleteSegment
public static final PinpointActions GetApnsChannel
public static final PinpointActions GetApplicationSettings
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 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 PutEventStream
public static final PinpointActions UpdateApnsChannel
public static final PinpointActions UpdateApplicationSettings
public static final PinpointActions UpdateCampaign
public static final PinpointActions UpdateEndpoint
public static final PinpointActions UpdateEndpointsBatch
public static final PinpointActions UpdateGcmChannel
public static final PinpointActions UpdateSegment
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.