Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.OptOutListInformation
-
Packages that use OptOutListInformation Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model software.amazon.awssdk.services.pinpointsmsvoicev2.paginators -
-
Uses of OptOutListInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type OptOutListInformation Modifier and Type Method Description List<OptOutListInformation>DescribeOptOutListsResponse. optOutLists()An array of OptOutListInformation objects that contain the details for the requested OptOutLists.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type OptOutListInformation Modifier and Type Method Description DescribeOptOutListsResponse.BuilderDescribeOptOutListsResponse.Builder. optOutLists(OptOutListInformation... optOutLists)An array of OptOutListInformation objects that contain the details for the requested OptOutLists.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type OptOutListInformation Modifier and Type Method Description DescribeOptOutListsResponse.BuilderDescribeOptOutListsResponse.Builder. optOutLists(Collection<OptOutListInformation> optOutLists)An array of OptOutListInformation objects that contain the details for the requested OptOutLists. -
Uses of OptOutListInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type OptOutListInformation Modifier and Type Method Description SdkIterable<OptOutListInformation>DescribeOptOutListsIterable. optOutLists()Returns an iterable to iterate through the paginatedDescribeOptOutListsResponse.optOutLists()member.SdkPublisher<OptOutListInformation>DescribeOptOutListsPublisher. optOutLists()Returns a publisher that can be used to get a stream of data.
-