| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static BackupVaultEvent |
BackupVaultEvent.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BackupVaultEvent |
BackupVaultEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupVaultEvent[] |
BackupVaultEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<BackupVaultEvent> |
GetBackupVaultNotificationsResponse.backupVaultEvents()
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
List<BackupVaultEvent> |
PutBackupVaultNotificationsRequest.backupVaultEvents()
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
static Set<BackupVaultEvent> |
BackupVaultEvent.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetBackupVaultNotificationsResponse.Builder |
GetBackupVaultNotificationsResponse.Builder.backupVaultEvents(BackupVaultEvent... backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.backupVaultEvents(BackupVaultEvent... backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
| Modifier and Type | Method and Description |
|---|---|
GetBackupVaultNotificationsResponse.Builder |
GetBackupVaultNotificationsResponse.Builder.backupVaultEvents(Collection<BackupVaultEvent> backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.backupVaultEvents(Collection<BackupVaultEvent> backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
Copyright © 2023. All rights reserved.