Uses of Class
software.amazon.awssdk.services.pinpoint.model.ButtonAction
-
Packages that use ButtonAction Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of ButtonAction in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return ButtonAction Modifier and Type Method Description ButtonActionDefaultButtonConfiguration. buttonAction()Action triggered by the button.ButtonActionOverrideButtonConfiguration. buttonAction()Action triggered by the button.static ButtonActionButtonAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ButtonActionButtonAction. 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.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ButtonAction Modifier and Type Method Description static Set<ButtonAction>ButtonAction. knownValues()Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type ButtonAction Modifier and Type Method Description DefaultButtonConfiguration.BuilderDefaultButtonConfiguration.Builder. buttonAction(ButtonAction buttonAction)Action triggered by the button.OverrideButtonConfiguration.BuilderOverrideButtonConfiguration.Builder. buttonAction(ButtonAction buttonAction)Action triggered by the button.
-