| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ButtonAction |
DefaultButtonConfiguration.buttonAction()
Action triggered by the button.
|
ButtonAction |
OverrideButtonConfiguration.buttonAction()
Action triggered by the button.
|
static ButtonAction |
ButtonAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ButtonAction |
ButtonAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButtonAction[] |
ButtonAction.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<ButtonAction> |
ButtonAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DefaultButtonConfiguration.Builder |
DefaultButtonConfiguration.Builder.buttonAction(ButtonAction buttonAction)
Action triggered by the button.
|
OverrideButtonConfiguration.Builder |
OverrideButtonConfiguration.Builder.buttonAction(ButtonAction buttonAction)
Action triggered by the button.
|
Copyright © 2021. All rights reserved.