Uses of Enum Class
software.amazon.awscdk.services.s3.EventType
Packages that use EventType
Package
Description
AWS Lambda Event Sources
Amazon S3 Construct Library
-
Uses of EventType in software.amazon.awscdk.services.lambda.eventsources
Methods in software.amazon.awscdk.services.lambda.eventsources that return types with arguments of type EventTypeModifier and TypeMethodDescriptionS3EventSourceProps.getEvents()The s3 event types that will trigger the notification.S3EventSourceProps.Jsii$Proxy.getEvents()Method parameters in software.amazon.awscdk.services.lambda.eventsources with type arguments of type EventTypeModifier and TypeMethodDescriptionThe s3 event types that will trigger the notification.Sets the value ofS3EventSourceProps.getEvents()The s3 event types that will trigger the notification. -
Uses of EventType in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return EventTypeModifier and TypeMethodDescriptionstatic EventTypeReturns the enum constant of this class with the specified name.static EventType[]EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.s3 with parameters of type EventTypeModifier 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.