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 S3KeyFilterFilter. getS3KeyFilter()Filter criteria that limits the objects that can trigger event notifications based on their S3 Key nameS3KeyFilterS3KeyFilter. withFilterRules(FilterRule... filterRules)Convenience varargs method to set the list ofFilterRules for thisS3KeyFilterand returns this object for method chainingS3KeyFilterS3KeyFilter. withFilterRules(List<FilterRule> filterRules)Set the list ofFilterRules for thisS3KeyFilterand returns this object for method chainingMethods in com.amazonaws.services.s3.model with parameters of type S3KeyFilter Modifier and Type Method Description voidFilter. setS3KeyFilter(S3KeyFilter s3KeyFilter)Sets theS3KeyFilterfor thisFilterFilterFilter. withS3KeyFilter(S3KeyFilter s3KeyFilter)Sets theS3KeyFilterfor thisFilterand returns this object for method chaining
-