Serializable
, Comparable<PinpointActions>
, Action
@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public enum PinpointActions extends Enum<PinpointActions> implements Action
Enum Constant | 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.
|
DeleteApnsSandboxChannel |
Action for the DeleteApnsSandboxChannel 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.
|
GetApnsChannel |
Action for the GetApnsChannel operation.
|
GetApnsSandboxChannel |
Action for the GetApnsSandboxChannel 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.
|
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.
|
UpdateApnsChannel |
Action for the UpdateApnsChannel operation.
|
UpdateApnsSandboxChannel |
Action for the UpdateApnsSandboxChannel operation.
|
UpdateApplicationSettings |
Action for the UpdateApplicationSettings 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 | 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 DeleteApnsSandboxChannel
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 GetApnsChannel
public static final PinpointActions GetApnsSandboxChannel
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 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 UpdateApnsChannel
public static final PinpointActions UpdateApnsSandboxChannel
public static final PinpointActions UpdateApplicationSettings
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.