Uses of Class
software.amazon.awssdk.services.internetmonitor.model.FilterParameter
-
Packages that use FilterParameter Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of FilterParameter in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return types with arguments of type FilterParameter Modifier and Type Method Description List<FilterParameter>StartQueryRequest. filterParameters()TheFilterParametersfield that you use with Amazon CloudWatch Internet Monitor queries is a string the defines how you want a query to be filtered.Methods in software.amazon.awssdk.services.internetmonitor.model with parameters of type FilterParameter Modifier and Type Method Description StartQueryRequest.BuilderStartQueryRequest.Builder. filterParameters(FilterParameter... filterParameters)TheFilterParametersfield that you use with Amazon CloudWatch Internet Monitor queries is a string the defines how you want a query to be filtered.Method parameters in software.amazon.awssdk.services.internetmonitor.model with type arguments of type FilterParameter Modifier and Type Method Description StartQueryRequest.BuilderStartQueryRequest.Builder. filterParameters(Collection<FilterParameter> filterParameters)TheFilterParametersfield that you use with Amazon CloudWatch Internet Monitor queries is a string the defines how you want a query to be filtered.
-