Uses of Class
software.amazon.awssdk.services.datazone.model.RowFilter
-
Packages that use RowFilter Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RowFilter in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RowFilter Modifier and Type Method Description static RowFilterRowFilter. fromAnd(List<RowFilter> and)Create an instance of this class withand()initialized to the given value.static RowFilterRowFilter. fromExpression(Consumer<RowFilterExpression.Builder> expression)Create an instance of this class withexpression()initialized to the given value.static RowFilterRowFilter. fromExpression(RowFilterExpression expression)Create an instance of this class withexpression()initialized to the given value.static RowFilterRowFilter. fromOr(List<RowFilter> or)Create an instance of this class withor()initialized to the given value.RowFilterRowFilterConfiguration. rowFilter()The row filter.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type RowFilter Modifier and Type Method Description List<RowFilter>RowFilter. and()The 'and' clause of the row filter.List<RowFilter>RowFilter. or()The 'or' clause of the row filter.Methods in software.amazon.awssdk.services.datazone.model with parameters of type RowFilter Modifier and Type Method Description RowFilter.BuilderRowFilter.Builder. and(RowFilter... and)The 'and' clause of the row filter.RowFilter.BuilderRowFilter.Builder. or(RowFilter... or)The 'or' clause of the row filter.RowFilterConfiguration.BuilderRowFilterConfiguration.Builder. rowFilter(RowFilter rowFilter)The row filter.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type RowFilter Modifier and Type Method Description RowFilter.BuilderRowFilter.Builder. and(Collection<RowFilter> and)The 'and' clause of the row filter.static RowFilterRowFilter. fromAnd(List<RowFilter> and)Create an instance of this class withand()initialized to the given value.static RowFilterRowFilter. fromOr(List<RowFilter> or)Create an instance of this class withor()initialized to the given value.RowFilter.BuilderRowFilter.Builder. or(Collection<RowFilter> or)The 'or' clause of the row filter.
-