Uses of Class
software.amazon.awssdk.services.rum.model.QueryFilter
-
Packages that use QueryFilter Package Description software.amazon.awssdk.services.rum.model -
-
Uses of QueryFilter in software.amazon.awssdk.services.rum.model
Methods in software.amazon.awssdk.services.rum.model that return types with arguments of type QueryFilter Modifier and Type Method Description List<QueryFilter>GetAppMonitorDataRequest. filters()An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.Methods in software.amazon.awssdk.services.rum.model with parameters of type QueryFilter Modifier and Type Method Description GetAppMonitorDataRequest.BuilderGetAppMonitorDataRequest.Builder. filters(QueryFilter... filters)An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.Method parameters in software.amazon.awssdk.services.rum.model with type arguments of type QueryFilter Modifier and Type Method Description GetAppMonitorDataRequest.BuilderGetAppMonitorDataRequest.Builder. filters(Collection<QueryFilter> filters)An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
-