Uses of Class
software.amazon.awssdk.services.backup.model.GetBackupVaultNotificationsResponse
-
Packages that use GetBackupVaultNotificationsResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of GetBackupVaultNotificationsResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return GetBackupVaultNotificationsResponse Modifier and Type Method Description default GetBackupVaultNotificationsResponseBackupClient. getBackupVaultNotifications(Consumer<GetBackupVaultNotificationsRequest.Builder> getBackupVaultNotificationsRequest)Returns event notifications for the specified backup vault.default GetBackupVaultNotificationsResponseBackupClient. getBackupVaultNotifications(GetBackupVaultNotificationsRequest getBackupVaultNotificationsRequest)Returns event notifications for the specified backup vault.Methods in software.amazon.awssdk.services.backup that return types with arguments of type GetBackupVaultNotificationsResponse Modifier and Type Method Description default CompletableFuture<GetBackupVaultNotificationsResponse>BackupAsyncClient. getBackupVaultNotifications(Consumer<GetBackupVaultNotificationsRequest.Builder> getBackupVaultNotificationsRequest)Returns event notifications for the specified backup vault.default CompletableFuture<GetBackupVaultNotificationsResponse>BackupAsyncClient. getBackupVaultNotifications(GetBackupVaultNotificationsRequest getBackupVaultNotificationsRequest)Returns event notifications for the specified backup vault.
-