Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.RegistrationFieldDefinition
-
Packages that use RegistrationFieldDefinition Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model software.amazon.awssdk.services.pinpointsmsvoicev2.paginators -
-
Uses of RegistrationFieldDefinition in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type RegistrationFieldDefinition Modifier and Type Method Description List<RegistrationFieldDefinition>DescribeRegistrationFieldDefinitionsResponse. registrationFieldDefinitions()An array of RegistrationFieldDefinitions objects that contain the details for the requested fields.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type RegistrationFieldDefinition Modifier and Type Method Description DescribeRegistrationFieldDefinitionsResponse.BuilderDescribeRegistrationFieldDefinitionsResponse.Builder. registrationFieldDefinitions(RegistrationFieldDefinition... registrationFieldDefinitions)An array of RegistrationFieldDefinitions objects that contain the details for the requested fields.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type RegistrationFieldDefinition Modifier and Type Method Description DescribeRegistrationFieldDefinitionsResponse.BuilderDescribeRegistrationFieldDefinitionsResponse.Builder. registrationFieldDefinitions(Collection<RegistrationFieldDefinition> registrationFieldDefinitions)An array of RegistrationFieldDefinitions objects that contain the details for the requested fields. -
Uses of RegistrationFieldDefinition in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type RegistrationFieldDefinition Modifier and Type Method Description SdkIterable<RegistrationFieldDefinition>DescribeRegistrationFieldDefinitionsIterable. registrationFieldDefinitions()Returns an iterable to iterate through the paginatedDescribeRegistrationFieldDefinitionsResponse.registrationFieldDefinitions()member.SdkPublisher<RegistrationFieldDefinition>DescribeRegistrationFieldDefinitionsPublisher. registrationFieldDefinitions()Returns a publisher that can be used to get a stream of data.
-