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 newFilterRule
with name initialized to thisS3KeyFilter.FilterRuleName
Convenience factory method to create a newFilterRule
with name initialized to thisS3KeyFilter.FilterRuleName
and value initialized tovalue
Sets the name for thisFilterRule
and returns this object for method chaining.Sets the value for thisFilterRule
and 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 TypeMethodDescriptionvoid
S3KeyFilter.addFilterRule
(FilterRule filterRule) S3KeyFilter.withFilterRules
(FilterRule... filterRules) Convenience varargs method to set the list ofFilterRule
s for thisS3KeyFilter
and returns this object for method chainingMethod parameters in com.amazonaws.services.s3.model with type arguments of type FilterRuleModifier and TypeMethodDescriptionvoid
S3KeyFilter.setFilterRules
(List<FilterRule> filterRules) Set the list ofFilterRule
s for thisS3KeyFilter
S3KeyFilter.withFilterRules
(List<FilterRule> filterRules) Set the list ofFilterRule
s for thisS3KeyFilter
and returns this object for method chaining