Uses of Class
software.amazon.awssdk.services.backup.model.BackupVaultEvent
-
Packages that use BackupVaultEvent Package Description software.amazon.awssdk.services.backup.model -
-
Uses of BackupVaultEvent in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return BackupVaultEvent Modifier and Type Method Description static BackupVaultEventBackupVaultEvent. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BackupVaultEventBackupVaultEvent. 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.Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type BackupVaultEvent Modifier and Type Method 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()Methods in software.amazon.awssdk.services.backup.model with parameters of type BackupVaultEvent Modifier and Type Method Description GetBackupVaultNotificationsResponse.BuilderGetBackupVaultNotificationsResponse.Builder. backupVaultEvents(BackupVaultEvent... backupVaultEvents)An array of events that indicate the status of jobs to back up resources to the backup vault.PutBackupVaultNotificationsRequest.BuilderPutBackupVaultNotificationsRequest.Builder. backupVaultEvents(BackupVaultEvent... backupVaultEvents)An array of events that indicate the status of jobs to back up resources to the backup vault.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type BackupVaultEvent Modifier and Type Method Description GetBackupVaultNotificationsResponse.BuilderGetBackupVaultNotificationsResponse.Builder. backupVaultEvents(Collection<BackupVaultEvent> backupVaultEvents)An array of events that indicate the status of jobs to back up resources to the backup vault.PutBackupVaultNotificationsRequest.BuilderPutBackupVaultNotificationsRequest.Builder. backupVaultEvents(Collection<BackupVaultEvent> backupVaultEvents)An array of events that indicate the status of jobs to back up resources to the backup vault.
-