| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
RegistrationFieldValueInformation |
RegistrationFieldValueInformation.clone() |
RegistrationFieldValueInformation |
RegistrationFieldValueInformation.withDeniedReason(String deniedReason)
A description of why the registration was denied.
|
RegistrationFieldValueInformation |
RegistrationFieldValueInformation.withFieldPath(String fieldPath)
The path to the registration form field.
|
RegistrationFieldValueInformation |
RegistrationFieldValueInformation.withRegistrationAttachmentId(String registrationAttachmentId)
The unique identifier for the registration attachment.
|
RegistrationFieldValueInformation |
RegistrationFieldValueInformation.withSelectChoices(Collection<String> selectChoices)
An array of values for the form field.
|
RegistrationFieldValueInformation |
RegistrationFieldValueInformation.withSelectChoices(String... selectChoices)
An array of values for the form field.
|
RegistrationFieldValueInformation |
RegistrationFieldValueInformation.withTextValue(String textValue)
The text data for a free form field.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegistrationFieldValueInformation> |
DescribeRegistrationFieldValuesResult.getRegistrationFieldValues()
An array of RegistrationFieldValues objects that contain the values for the requested registration.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRegistrationFieldValuesResult |
DescribeRegistrationFieldValuesResult.withRegistrationFieldValues(RegistrationFieldValueInformation... registrationFieldValues)
An array of RegistrationFieldValues objects that contain the values for the requested registration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRegistrationFieldValuesResult.setRegistrationFieldValues(Collection<RegistrationFieldValueInformation> registrationFieldValues)
An array of RegistrationFieldValues objects that contain the values for the requested registration.
|
DescribeRegistrationFieldValuesResult |
DescribeRegistrationFieldValuesResult.withRegistrationFieldValues(Collection<RegistrationFieldValueInformation> registrationFieldValues)
An array of RegistrationFieldValues objects that contain the values for the requested registration.
|
Copyright © 2025. All rights reserved.