Uses of Class
com.amazonaws.services.s3.model.S3KeyFilter
Packages that use S3KeyFilter
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of S3KeyFilter in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return S3KeyFilterModifier and TypeMethodDescriptionFilter.getS3KeyFilter()
Filter criteria that limits the objects that can trigger event notifications based on their S3 Key nameS3KeyFilter.withFilterRules
(FilterRule... filterRules) Convenience varargs method to set the list ofFilterRule
s for thisS3KeyFilter
and returns this object for method chainingS3KeyFilter.withFilterRules
(List<FilterRule> filterRules) Set the list ofFilterRule
s for thisS3KeyFilter
and returns this object for method chainingMethods in com.amazonaws.services.s3.model with parameters of type S3KeyFilterModifier and TypeMethodDescriptionvoid
Filter.setS3KeyFilter
(S3KeyFilter s3KeyFilter) Sets theS3KeyFilter
for thisFilter
Filter.withS3KeyFilter
(S3KeyFilter s3KeyFilter) Sets theS3KeyFilter
for thisFilter
and returns this object for method chaining