Uses of Class
software.amazon.awssdk.services.pinpoint.model.Action
-
Packages that use Action Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of Action in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return Action Modifier and Type Method Description ActionADMMessage. action()The action to occur if the recipient taps the push notification.ActionAndroidPushNotificationTemplate. action()The action to occur if a recipient taps a push notification that's based on the message template.ActionAPNSMessage. action()The action to occur if the recipient taps the push notification.ActionAPNSPushNotificationTemplate. action()The action to occur if a recipient taps a push notification that's based on the message template.ActionBaiduMessage. action()The action to occur if the recipient taps the push notification.ActionDefaultPushNotificationMessage. action()The default action to occur if a recipient taps the push notification.ActionDefaultPushNotificationTemplate. action()The action to occur if a recipient taps a push notification that's based on the message template.ActionGCMMessage. action()The action to occur if the recipient taps the push notification.ActionMessage. action()The action to occur if a recipient taps the push notification.static ActionAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ActionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Action[]Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type Action Modifier and Type Method Description static Set<Action>Action. knownValues()Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type Action Modifier and Type Method Description ADMMessage.BuilderADMMessage.Builder. action(Action action)The action to occur if the recipient taps the push notification.AndroidPushNotificationTemplate.BuilderAndroidPushNotificationTemplate.Builder. action(Action action)The action to occur if a recipient taps a push notification that's based on the message template.APNSMessage.BuilderAPNSMessage.Builder. action(Action action)The action to occur if the recipient taps the push notification.APNSPushNotificationTemplate.BuilderAPNSPushNotificationTemplate.Builder. action(Action action)The action to occur if a recipient taps a push notification that's based on the message template.BaiduMessage.BuilderBaiduMessage.Builder. action(Action action)The action to occur if the recipient taps the push notification.DefaultPushNotificationMessage.BuilderDefaultPushNotificationMessage.Builder. action(Action action)The default action to occur if a recipient taps the push notification.DefaultPushNotificationTemplate.BuilderDefaultPushNotificationTemplate.Builder. action(Action action)The action to occur if a recipient taps a push notification that's based on the message template.GCMMessage.BuilderGCMMessage.Builder. action(Action action)The action to occur if the recipient taps the push notification.Message.BuilderMessage.Builder. action(Action action)The action to occur if a recipient taps the push notification.
-