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