Uses of Enum
software.amazon.awscdk.services.backup.BackupVaultEvents
Packages that use BackupVaultEvents
-
Uses of BackupVaultEvents in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup that return BackupVaultEventsModifier and TypeMethodDescriptionstatic BackupVaultEvents
Returns the enum constant of this type with the specified name.static BackupVaultEvents[]
BackupVaultEvents.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.backup that return types with arguments of type BackupVaultEventsModifier and TypeMethodDescriptiondefault List<BackupVaultEvents>
BackupVaultProps.getNotificationEvents()
The vault events to send.final List<BackupVaultEvents>
BackupVaultProps.Jsii$Proxy.getNotificationEvents()
Method parameters in software.amazon.awscdk.services.backup with type arguments of type BackupVaultEventsModifier and TypeMethodDescriptionBackupVault.Builder.notificationEvents
(List<? extends BackupVaultEvents> notificationEvents) The vault events to send.BackupVaultProps.Builder.notificationEvents
(List<? extends BackupVaultEvents> notificationEvents) Sets the value ofBackupVaultProps.getNotificationEvents()