Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.RegistrationAttachmentsInformation
-
Packages that use RegistrationAttachmentsInformation Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model software.amazon.awssdk.services.pinpointsmsvoicev2.paginators -
-
Uses of RegistrationAttachmentsInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type RegistrationAttachmentsInformation Modifier and Type Method Description List<RegistrationAttachmentsInformation>DescribeRegistrationAttachmentsResponse. registrationAttachments()An array of RegistrationAttachments objects that contain the details for the requested registration attachments.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type RegistrationAttachmentsInformation Modifier and Type Method Description DescribeRegistrationAttachmentsResponse.BuilderDescribeRegistrationAttachmentsResponse.Builder. registrationAttachments(RegistrationAttachmentsInformation... registrationAttachments)An array of RegistrationAttachments objects that contain the details for the requested registration attachments.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type RegistrationAttachmentsInformation Modifier and Type Method Description DescribeRegistrationAttachmentsResponse.BuilderDescribeRegistrationAttachmentsResponse.Builder. registrationAttachments(Collection<RegistrationAttachmentsInformation> registrationAttachments)An array of RegistrationAttachments objects that contain the details for the requested registration attachments. -
Uses of RegistrationAttachmentsInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type RegistrationAttachmentsInformation Modifier and Type Method Description SdkIterable<RegistrationAttachmentsInformation>DescribeRegistrationAttachmentsIterable. registrationAttachments()Returns an iterable to iterate through the paginatedDescribeRegistrationAttachmentsResponse.registrationAttachments()member.SdkPublisher<RegistrationAttachmentsInformation>DescribeRegistrationAttachmentsPublisher. registrationAttachments()Returns a publisher that can be used to get a stream of data.
-