Uses of Class
com.amazonaws.services.s3.model.S3KeyFilter
-
Packages that use S3KeyFilter Package Description com.amazonaws.services.s3.model 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 S3KeyFilter Modifier and Type Method Description S3KeyFilter
Filter. getS3KeyFilter()
Filter criteria that limits the objects that can trigger event notifications based on their S3 Key nameS3KeyFilter
S3KeyFilter. withFilterRules(FilterRule... filterRules)
Convenience varargs method to set the list ofFilterRule
s for thisS3KeyFilter
and returns this object for method chainingS3KeyFilter
S3KeyFilter. 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 S3KeyFilter Modifier and Type Method Description void
Filter. setS3KeyFilter(S3KeyFilter s3KeyFilter)
Sets theS3KeyFilter
for thisFilter
Filter
Filter. withS3KeyFilter(S3KeyFilter s3KeyFilter)
Sets theS3KeyFilter
for thisFilter
and returns this object for method chaining
-