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