Uses of Class
software.amazon.awssdk.services.databrew.model.FilterExpression
-
Packages that use FilterExpression Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of FilterExpression in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return FilterExpression Modifier and Type Method Description FilterExpressionDatasetParameter. filter()The optional filter expression structure to apply additional matching criteria to the parameter.FilterExpressionPathOptions. lastModifiedDateCondition()If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.Methods in software.amazon.awssdk.services.databrew.model with parameters of type FilterExpression Modifier and Type Method Description DatasetParameter.BuilderDatasetParameter.Builder. filter(FilterExpression filter)The optional filter expression structure to apply additional matching criteria to the parameter.PathOptions.BuilderPathOptions.Builder. lastModifiedDateCondition(FilterExpression lastModifiedDateCondition)If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.
-