Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.ConfigurationSetFilter
-
Packages that use ConfigurationSetFilter Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of ConfigurationSetFilter in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type ConfigurationSetFilter Modifier and Type Method Description List<ConfigurationSetFilter>DescribeConfigurationSetsRequest. filters()An array of filters to apply to the results that are returned.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type ConfigurationSetFilter Modifier and Type Method Description DescribeConfigurationSetsRequest.BuilderDescribeConfigurationSetsRequest.Builder. filters(ConfigurationSetFilter... filters)An array of filters to apply to the results that are returned.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type ConfigurationSetFilter Modifier and Type Method Description DescribeConfigurationSetsRequest.BuilderDescribeConfigurationSetsRequest.Builder. filters(Collection<ConfigurationSetFilter> filters)An array of filters to apply to the results that are returned.
-