| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
DefaultPushNotificationMessage.action()
The default action to occur if a recipient taps the push notification.
|
Action |
GCMMessage.action()
The action to occur if the recipient taps the push notification.
|
Action |
APNSMessage.action()
The action to occur if the recipient taps the push notification.
|
Action |
APNSPushNotificationTemplate.action()
The action to occur if a recipient taps a push notification that's based on the message template.
|
Action |
BaiduMessage.action()
The action to occur if the recipient taps the push notification.
|
Action |
ADMMessage.action()
The action to occur if the recipient taps the push notification.
|
Action |
Message.action()
The action to occur if a recipient taps the push notification.
|
Action |
DefaultPushNotificationTemplate.action()
The action to occur if a recipient taps a push notification that's based on the message template.
|
Action |
AndroidPushNotificationTemplate.action()
The action to occur if a recipient taps a push notification that's based on the message template.
|
static Action |
Action.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Action |
Action.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Action> |
Action.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DefaultPushNotificationMessage.Builder |
DefaultPushNotificationMessage.Builder.action(Action action)
The default action to occur if a recipient taps the push notification.
|
GCMMessage.Builder |
GCMMessage.Builder.action(Action action)
The action to occur if the recipient taps the push notification.
|
APNSMessage.Builder |
APNSMessage.Builder.action(Action action)
The action to occur if the recipient taps the push notification.
|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.action(Action action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
BaiduMessage.Builder |
BaiduMessage.Builder.action(Action action)
The action to occur if the recipient taps the push notification.
|
ADMMessage.Builder |
ADMMessage.Builder.action(Action action)
The action to occur if the recipient taps the push notification.
|
Message.Builder |
Message.Builder.action(Action action)
The action to occur if a recipient taps the push notification.
|
DefaultPushNotificationTemplate.Builder |
DefaultPushNotificationTemplate.Builder.action(Action action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
AndroidPushNotificationTemplate.Builder |
AndroidPushNotificationTemplate.Builder.action(Action action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
Copyright © 2022. All rights reserved.