Uses of Enum
software.amazon.awscdk.services.backup.BackupVaultEvents
-
Uses of BackupVaultEvents in software.amazon.awscdk.services.backup
Modifier 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.Modifier and TypeMethodDescriptiondefault List<BackupVaultEvents>
BackupVaultProps.getNotificationEvents()
The vault events to send.final List<BackupVaultEvents>
BackupVaultProps.Jsii$Proxy.getNotificationEvents()
Modifier 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()