Uses of Class
software.amazon.awssdk.services.s3.model.NotificationConfigurationFilter
-
Packages that use NotificationConfigurationFilter Package Description software.amazon.awssdk.services.s3.model -
-
Uses of NotificationConfigurationFilter in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return NotificationConfigurationFilter Modifier and Type Method Description NotificationConfigurationFilterLambdaFunctionConfiguration. filter()Returns the value of the Filter property for this object.NotificationConfigurationFilterQueueConfiguration. filter()Returns the value of the Filter property for this object.NotificationConfigurationFilterTopicConfiguration. filter()Returns the value of the Filter property for this object.Methods in software.amazon.awssdk.services.s3.model with parameters of type NotificationConfigurationFilter Modifier and Type Method Description LambdaFunctionConfiguration.BuilderLambdaFunctionConfiguration.Builder. filter(NotificationConfigurationFilter filter)Sets the value of the Filter property for this object.QueueConfiguration.BuilderQueueConfiguration.Builder. filter(NotificationConfigurationFilter filter)Sets the value of the Filter property for this object.TopicConfiguration.BuilderTopicConfiguration.Builder. filter(NotificationConfigurationFilter filter)Sets the value of the Filter property for this object.
-