Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.RegistrationVersionInformation
-
Packages that use RegistrationVersionInformation Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model software.amazon.awssdk.services.pinpointsmsvoicev2.paginators -
-
Uses of RegistrationVersionInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type RegistrationVersionInformation Modifier and Type Method Description List<RegistrationVersionInformation>DescribeRegistrationVersionsResponse. registrationVersions()An array of RegistrationVersions objects.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type RegistrationVersionInformation Modifier and Type Method Description DescribeRegistrationVersionsResponse.BuilderDescribeRegistrationVersionsResponse.Builder. registrationVersions(RegistrationVersionInformation... registrationVersions)An array of RegistrationVersions objects.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type RegistrationVersionInformation Modifier and Type Method Description DescribeRegistrationVersionsResponse.BuilderDescribeRegistrationVersionsResponse.Builder. registrationVersions(Collection<RegistrationVersionInformation> registrationVersions)An array of RegistrationVersions objects. -
Uses of RegistrationVersionInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type RegistrationVersionInformation Modifier and Type Method Description SdkIterable<RegistrationVersionInformation>DescribeRegistrationVersionsIterable. registrationVersions()Returns an iterable to iterate through the paginatedDescribeRegistrationVersionsResponse.registrationVersions()member.SdkPublisher<RegistrationVersionInformation>DescribeRegistrationVersionsPublisher. registrationVersions()Returns a publisher that can be used to get a stream of data.
-