| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
SelectValidation |
SelectValidation.clone() |
SelectValidation |
RegistrationFieldDefinition.getSelectValidation()
The validation rules for a select field.
|
SelectValidation |
SelectValidation.withMaxChoices(Integer maxChoices)
The maximum number of choices for the select.
|
SelectValidation |
SelectValidation.withMinChoices(Integer minChoices)
The minimum number of choices for the select.
|
SelectValidation |
SelectValidation.withOptions(Collection<String> options)
An array of strings for the possible selection options.
|
SelectValidation |
SelectValidation.withOptions(String... options)
An array of strings for the possible selection options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistrationFieldDefinition.setSelectValidation(SelectValidation selectValidation)
The validation rules for a select field.
|
RegistrationFieldDefinition |
RegistrationFieldDefinition.withSelectValidation(SelectValidation selectValidation)
The validation rules for a select field.
|
Copyright © 2024. All rights reserved.