Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.RegistrationFieldValueInformation
-
Packages that use RegistrationFieldValueInformation Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model software.amazon.awssdk.services.pinpointsmsvoicev2.paginators -
-
Uses of RegistrationFieldValueInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type RegistrationFieldValueInformation Modifier and Type Method Description List<RegistrationFieldValueInformation>DescribeRegistrationFieldValuesResponse. registrationFieldValues()An array of RegistrationFieldValues objects that contain the values for the requested registration.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type RegistrationFieldValueInformation Modifier and Type Method Description DescribeRegistrationFieldValuesResponse.BuilderDescribeRegistrationFieldValuesResponse.Builder. registrationFieldValues(RegistrationFieldValueInformation... registrationFieldValues)An array of RegistrationFieldValues objects that contain the values for the requested registration.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type RegistrationFieldValueInformation Modifier and Type Method Description DescribeRegistrationFieldValuesResponse.BuilderDescribeRegistrationFieldValuesResponse.Builder. registrationFieldValues(Collection<RegistrationFieldValueInformation> registrationFieldValues)An array of RegistrationFieldValues objects that contain the values for the requested registration. -
Uses of RegistrationFieldValueInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type RegistrationFieldValueInformation Modifier and Type Method Description SdkIterable<RegistrationFieldValueInformation>DescribeRegistrationFieldValuesIterable. registrationFieldValues()Returns an iterable to iterate through the paginatedDescribeRegistrationFieldValuesResponse.registrationFieldValues()member.SdkPublisher<RegistrationFieldValueInformation>DescribeRegistrationFieldValuesPublisher. registrationFieldValues()Returns a publisher that can be used to get a stream of data.
-