Uses of Class
software.amazon.awssdk.services.s3.model.NotificationConfigurationFilter
Packages that use NotificationConfigurationFilter
-
Uses of NotificationConfigurationFilter in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return NotificationConfigurationFilterModifier and TypeMethodDescriptionLambdaFunctionConfiguration.filter()Returns the value of the Filter property for this object.QueueConfiguration.filter()Returns the value of the Filter property for this object.TopicConfiguration.filter()Returns the value of the Filter property for this object.Methods in software.amazon.awssdk.services.s3.model with parameters of type NotificationConfigurationFilterModifier and TypeMethodDescriptionLambdaFunctionConfiguration.Builder.filter(NotificationConfigurationFilter filter) Sets the value of the Filter property for this object.QueueConfiguration.Builder.filter(NotificationConfigurationFilter filter) Sets the value of the Filter property for this object.TopicConfiguration.Builder.filter(NotificationConfigurationFilter filter) Sets the value of the Filter property for this object.