| Package | Description |
|---|---|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static BackupVaultEvents |
BackupVaultEvents.valueOf(String name)
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 Type | Method and Description |
|---|---|
default List<BackupVaultEvents> |
BackupVaultProps.getNotificationEvents()
The vault events to send.
|
List<BackupVaultEvents> |
BackupVaultProps.Jsii$Proxy.getNotificationEvents() |
| Modifier and Type | Method and Description |
|---|---|
BackupVaultProps.Builder |
BackupVaultProps.Builder.notificationEvents(List<? extends BackupVaultEvents> notificationEvents)
Sets the value of
BackupVaultProps.getNotificationEvents() |
BackupVault.Builder |
BackupVault.Builder.notificationEvents(List<? extends BackupVaultEvents> notificationEvents)
The vault events to send.
|
Copyright © 2022. All rights reserved.