Uses of Interface
software.amazon.awscdk.services.s3.NotificationKeyFilter
Packages that use NotificationKeyFilter
Package
Description
AWS Lambda Event Sources
Amazon S3 Construct Library
-
Uses of NotificationKeyFilter in software.amazon.awscdk.services.lambda.eventsources
Methods in software.amazon.awscdk.services.lambda.eventsources that return types with arguments of type NotificationKeyFilterModifier and TypeMethodDescriptiondefault List<NotificationKeyFilter>S3EventSourceProps.getFilters()S3 object key filter rules to determine which objects trigger this event.final List<NotificationKeyFilter>S3EventSourceProps.Jsii$Proxy.getFilters()Method parameters in software.amazon.awscdk.services.lambda.eventsources with type arguments of type NotificationKeyFilterModifier and TypeMethodDescriptionS3EventSource.Builder.filters(List<? extends NotificationKeyFilter> filters) S3 object key filter rules to determine which objects trigger this event.S3EventSourceProps.Builder.filters(List<? extends NotificationKeyFilter> filters) Sets the value ofS3EventSourceProps.getFilters()S3EventSourceV2.Builder.filters(List<? extends NotificationKeyFilter> filters) S3 object key filter rules to determine which objects trigger this event. -
Uses of NotificationKeyFilter in software.amazon.awscdk.services.s3
Classes in software.amazon.awscdk.services.s3 that implement NotificationKeyFilterMethods in software.amazon.awscdk.services.s3 that return NotificationKeyFilterModifier and TypeMethodDescriptionNotificationKeyFilter.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.s3 with parameters of type NotificationKeyFilterModifier and TypeMethodDescriptionvoidBucketBase.addEventNotification(EventType event, IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Adds a bucket notification event destination.voidIBucket.addEventNotification(EventType event, IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Adds a bucket notification event destination.default voidIBucket.Jsii$Default.addEventNotification(EventType event, IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Adds a bucket notification event destination.final voidIBucket.Jsii$Proxy.addEventNotification(EventType event, IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Adds a bucket notification event destination.voidBucketBase.addObjectCreatedNotification(IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is created in the bucket.voidIBucket.addObjectCreatedNotification(IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is created in the bucket.default voidIBucket.Jsii$Default.addObjectCreatedNotification(IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is created in the bucket.final voidIBucket.Jsii$Proxy.addObjectCreatedNotification(IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is created in the bucket.voidBucketBase.addObjectRemovedNotification(IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is removed from the bucket.voidIBucket.addObjectRemovedNotification(IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is removed from the bucket.default voidIBucket.Jsii$Default.addObjectRemovedNotification(IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is removed from the bucket.final voidIBucket.Jsii$Proxy.addObjectRemovedNotification(IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is removed from the bucket.