Uses of Class
com.amazonaws.services.s3.model.FilterRule
-
Packages that use FilterRule Package Description com.amazonaws.services.s3.model 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 FilterRule Modifier and Type Method Description FilterRuleS3KeyFilter.FilterRuleName. newRule()Convenience factory method to create a newFilterRulewith name initialized to thisS3KeyFilter.FilterRuleNameFilterRuleS3KeyFilter.FilterRuleName. newRule(String value)Convenience factory method to create a newFilterRulewith name initialized to thisS3KeyFilter.FilterRuleNameand value initialized tovalueFilterRuleFilterRule. withName(String name)Sets the name for thisFilterRuleand returns this object for method chaining.FilterRuleFilterRule. withValue(String value)Sets the value for thisFilterRuleand returns this object for method chainingMethods in com.amazonaws.services.s3.model that return types with arguments of type FilterRule Modifier and Type Method Description List<FilterRule>S3KeyFilter. getFilterRules()Methods in com.amazonaws.services.s3.model with parameters of type FilterRule Modifier and Type Method Description voidS3KeyFilter. addFilterRule(FilterRule filterRule)S3KeyFilterS3KeyFilter. 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 FilterRule Modifier and Type Method Description voidS3KeyFilter. setFilterRules(List<FilterRule> filterRules)Set the list ofFilterRules for thisS3KeyFilterS3KeyFilterS3KeyFilter. withFilterRules(List<FilterRule> filterRules)Set the list ofFilterRules for thisS3KeyFilterand returns this object for method chaining
-