Uses of Class
com.amazonaws.services.s3.model.Filter
-
Packages that use Filter Package Description com.amazonaws.services.s3.model 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 Filter Modifier and Type Method Description Filter
NotificationConfiguration. getFilter()
Filter criteria for determining which S3 objects trigger event notifications.Filter
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 Filter Modifier and Type Method Description void
NotificationConfiguration. setFilter(Filter filter)
Sets the filter criteria for thisNotificationConfiguration
.NotificationConfiguration
NotificationConfiguration. withFilter(Filter filter)
Sets the filter criteria for thisNotificationConfiguration
and returns this object for method chaining.
-