| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
SelectOptionDescription |
SelectOptionDescription.clone() |
SelectOptionDescription |
SelectOptionDescription.withDescription(String description)
A description of the option meaning.
|
SelectOptionDescription |
SelectOptionDescription.withOption(String option)
The value of the option.
|
SelectOptionDescription |
SelectOptionDescription.withTitle(String title)
The title of the select option.
|
| Modifier and Type | Method and Description |
|---|---|
List<SelectOptionDescription> |
RegistrationFieldDisplayHints.getSelectOptionDescriptions()
An array of SelectOptionDescription objects.
|
| Modifier and Type | Method and Description |
|---|---|
RegistrationFieldDisplayHints |
RegistrationFieldDisplayHints.withSelectOptionDescriptions(SelectOptionDescription... selectOptionDescriptions)
An array of SelectOptionDescription objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistrationFieldDisplayHints.setSelectOptionDescriptions(Collection<SelectOptionDescription> selectOptionDescriptions)
An array of SelectOptionDescription objects.
|
RegistrationFieldDisplayHints |
RegistrationFieldDisplayHints.withSelectOptionDescriptions(Collection<SelectOptionDescription> selectOptionDescriptions)
An array of SelectOptionDescription objects.
|
Copyright © 2024. All rights reserved.