Uses of Class
software.amazon.awssdk.services.lakeformation.model.FilterCondition
-
Packages that use FilterCondition Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of FilterCondition in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type FilterCondition Modifier and Type Method Description List<FilterCondition>ListResourcesRequest. filterConditionList()Any applicable row-level and/or column-level filtering conditions for the resources.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type FilterCondition Modifier and Type Method Description ListResourcesRequest.BuilderListResourcesRequest.Builder. filterConditionList(FilterCondition... filterConditionList)Any applicable row-level and/or column-level filtering conditions for the resources.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type FilterCondition Modifier and Type Method Description ListResourcesRequest.BuilderListResourcesRequest.Builder. filterConditionList(Collection<FilterCondition> filterConditionList)Any applicable row-level and/or column-level filtering conditions for the resources.
-