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 FilterRule
S3KeyFilter.FilterRuleName. newRule()
Convenience factory method to create a newFilterRule
with name initialized to thisS3KeyFilter.FilterRuleName
FilterRule
S3KeyFilter.FilterRuleName. newRule(String value)
Convenience factory method to create a newFilterRule
with name initialized to thisS3KeyFilter.FilterRuleName
and value initialized tovalue
FilterRule
FilterRule. withName(String name)
Sets the name for thisFilterRule
and returns this object for method chaining.FilterRule
FilterRule. withValue(String value)
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 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 void
S3KeyFilter. addFilterRule(FilterRule filterRule)
S3KeyFilter
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 FilterRule Modifier and Type Method Description void
S3KeyFilter. setFilterRules(List<FilterRule> filterRules)
Set the list ofFilterRule
s for thisS3KeyFilter
S3KeyFilter
S3KeyFilter. withFilterRules(List<FilterRule> filterRules)
Set the list ofFilterRule
s for thisS3KeyFilter
and returns this object for method chaining
-