| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutBackupVaultNotificationsResult> |
AWSBackupAsync.putBackupVaultNotificationsAsync(PutBackupVaultNotificationsRequest putBackupVaultNotificationsRequest,
AsyncHandler<PutBackupVaultNotificationsRequest,PutBackupVaultNotificationsResult> asyncHandler)
Turns on notifications on a backup vault for the specified topic and events.
|
Future<PutBackupVaultNotificationsResult> |
AbstractAWSBackupAsync.putBackupVaultNotificationsAsync(PutBackupVaultNotificationsRequest request,
AsyncHandler<PutBackupVaultNotificationsRequest,PutBackupVaultNotificationsResult> asyncHandler) |
Future<PutBackupVaultNotificationsResult> |
AWSBackupAsyncClient.putBackupVaultNotificationsAsync(PutBackupVaultNotificationsRequest request,
AsyncHandler<PutBackupVaultNotificationsRequest,PutBackupVaultNotificationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutBackupVaultNotificationsRequest |
PutBackupVaultNotificationsRequest.clone() |
PutBackupVaultNotificationsRequest |
PutBackupVaultNotificationsRequest.withBackupVaultEvents(BackupVaultEvent... backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
PutBackupVaultNotificationsRequest |
PutBackupVaultNotificationsRequest.withBackupVaultEvents(Collection<String> backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
PutBackupVaultNotificationsRequest |
PutBackupVaultNotificationsRequest.withBackupVaultEvents(String... backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
PutBackupVaultNotificationsRequest |
PutBackupVaultNotificationsRequest.withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
PutBackupVaultNotificationsRequest |
PutBackupVaultNotificationsRequest.withSNSTopicArn(String sNSTopicArn)
The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for example,
arn:aws:sns:us-west-2:111122223333:MyVaultTopic. |
Copyright © 2022. All rights reserved.