Uses of Class
com.amazonaws.services.s3.model.FilterRule
Packages that use FilterRule
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of FilterRule in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return FilterRuleModifier and TypeMethodDescriptionS3KeyFilter.FilterRuleName.newRule()Convenience factory method to create a newFilterRulewith name initialized to thisS3KeyFilter.FilterRuleNameConvenience factory method to create a newFilterRulewith name initialized to thisS3KeyFilter.FilterRuleNameand value initialized tovalueSets the name for thisFilterRuleand returns this object for method chaining.Sets the value for thisFilterRuleand returns this object for method chainingMethods in com.amazonaws.services.s3.model that return types with arguments of type FilterRuleMethods in com.amazonaws.services.s3.model with parameters of type FilterRuleModifier and TypeMethodDescriptionvoidS3KeyFilter.addFilterRule(FilterRule filterRule) S3KeyFilter.withFilterRules(FilterRule... filterRules) Convenience varargs method to set the list ofFilterRules for thisS3KeyFilterand returns this object for method chainingMethod parameters in com.amazonaws.services.s3.model with type arguments of type FilterRuleModifier and TypeMethodDescriptionvoidS3KeyFilter.setFilterRules(List<FilterRule> filterRules) Set the list ofFilterRules for thisS3KeyFilterS3KeyFilter.withFilterRules(List<FilterRule> filterRules) Set the list ofFilterRules for thisS3KeyFilterand returns this object for method chaining