Uses of Class
software.amazon.awssdk.services.quicksight.model.FilterOperation
-
Packages that use FilterOperation Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FilterOperation in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return FilterOperation Modifier and Type Method Description FilterOperationTransformOperation. filterOperation()An operation that filters rows based on some condition.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type FilterOperation Modifier and Type Method Description TransformOperation.BuilderTransformOperation.Builder. filterOperation(FilterOperation filterOperation)An operation that filters rows based on some condition.static TransformOperationTransformOperation. fromFilterOperation(FilterOperation filterOperation)Create an instance of this class withTransformOperation.filterOperation()initialized to the given value.
-