Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.SearchFilter
-
Packages that use SearchFilter Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of SearchFilter in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return SearchFilter Modifier and Type Method Description SearchFilterCreateViewRequest. filters()An array of strings that specify which resources are included in the results of queries made using this view.SearchFilterUpdateViewRequest. filters()An array of strings that specify which resources are included in the results of queries made using this view.SearchFilterView. filters()An array of SearchFilter objects that specify which resources can be included in the results of queries made using this view.Methods in software.amazon.awssdk.services.resourceexplorer2.model with parameters of type SearchFilter Modifier and Type Method Description CreateViewRequest.BuilderCreateViewRequest.Builder. filters(SearchFilter filters)An array of strings that specify which resources are included in the results of queries made using this view.UpdateViewRequest.BuilderUpdateViewRequest.Builder. filters(SearchFilter filters)An array of strings that specify which resources are included in the results of queries made using this view.View.BuilderView.Builder. filters(SearchFilter filters)An array of SearchFilter objects that specify which resources can be included in the results of queries made using this view.
-