Uses of Class
com.amazonaws.services.s3.model.Filter
Packages that use Filter
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of Filter in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return FilterModifier and TypeMethodDescriptionNotificationConfiguration.getFilter()
Filter criteria for determining which S3 objects trigger event notifications.Filter.withS3KeyFilter
(S3KeyFilter s3KeyFilter) Sets theS3KeyFilter
for thisFilter
and returns this object for method chainingMethods in com.amazonaws.services.s3.model with parameters of type FilterModifier and TypeMethodDescriptionvoid
Sets the filter criteria for thisNotificationConfiguration
.NotificationConfiguration.withFilter
(Filter filter) Sets the filter criteria for thisNotificationConfiguration
and returns this object for method chaining.