Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.RegistrationAttachmentFilter
-
Packages that use RegistrationAttachmentFilter Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of RegistrationAttachmentFilter in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type RegistrationAttachmentFilter Modifier and Type Method Description List<RegistrationAttachmentFilter>DescribeRegistrationAttachmentsRequest. filters()An array of RegistrationAttachmentFilter objects to filter the results.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type RegistrationAttachmentFilter Modifier and Type Method Description DescribeRegistrationAttachmentsRequest.BuilderDescribeRegistrationAttachmentsRequest.Builder. filters(RegistrationAttachmentFilter... filters)An array of RegistrationAttachmentFilter objects to filter the results.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type RegistrationAttachmentFilter Modifier and Type Method Description DescribeRegistrationAttachmentsRequest.BuilderDescribeRegistrationAttachmentsRequest.Builder. filters(Collection<RegistrationAttachmentFilter> filters)An array of RegistrationAttachmentFilter objects to filter the results.
-