Uses of Class
software.amazon.awssdk.services.s3.model.FilterRule
-
Packages that use FilterRule Package Description software.amazon.awssdk.services.s3.model -
-
Uses of FilterRule in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type FilterRule Modifier and Type Method Description List<FilterRule>S3KeyFilter. filterRules()Returns the value of the FilterRules property for this object.Methods in software.amazon.awssdk.services.s3.model with parameters of type FilterRule Modifier and Type Method Description S3KeyFilter.BuilderS3KeyFilter.Builder. filterRules(FilterRule... filterRules)Sets the value of the FilterRules property for this object.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type FilterRule Modifier and Type Method Description S3KeyFilter.BuilderS3KeyFilter.Builder. filterRules(Collection<FilterRule> filterRules)Sets the value of the FilterRules property for this object.
-