Uses of Class
software.amazon.awssdk.services.s3.model.FilterRule
Packages that use FilterRule
-
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 FilterRuleModifier and TypeMethodDescriptionfinal 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 FilterRuleModifier and TypeMethodDescriptionS3KeyFilter.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 FilterRuleModifier and TypeMethodDescriptionS3KeyFilter.Builder.filterRules(Collection<FilterRule> filterRules) Sets the value of the FilterRules property for this object.