| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
GetBackupVaultNotificationsResult |
AbstractAWSBackup.getBackupVaultNotifications(GetBackupVaultNotificationsRequest request) |
GetBackupVaultNotificationsResult |
AWSBackupClient.getBackupVaultNotifications(GetBackupVaultNotificationsRequest request)
Returns event notifications for the specified backup vault.
|
GetBackupVaultNotificationsResult |
AWSBackup.getBackupVaultNotifications(GetBackupVaultNotificationsRequest getBackupVaultNotificationsRequest)
Returns event notifications for the specified backup vault.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetBackupVaultNotificationsResult> |
AbstractAWSBackupAsync.getBackupVaultNotificationsAsync(GetBackupVaultNotificationsRequest request,
AsyncHandler<GetBackupVaultNotificationsRequest,GetBackupVaultNotificationsResult> asyncHandler) |
Future<GetBackupVaultNotificationsResult> |
AWSBackupAsync.getBackupVaultNotificationsAsync(GetBackupVaultNotificationsRequest getBackupVaultNotificationsRequest,
AsyncHandler<GetBackupVaultNotificationsRequest,GetBackupVaultNotificationsResult> asyncHandler)
Returns event notifications for the specified backup vault.
|
Future<GetBackupVaultNotificationsResult> |
AWSBackupAsyncClient.getBackupVaultNotificationsAsync(GetBackupVaultNotificationsRequest request,
AsyncHandler<GetBackupVaultNotificationsRequest,GetBackupVaultNotificationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBackupVaultNotificationsResult |
GetBackupVaultNotificationsResult.clone() |
GetBackupVaultNotificationsResult |
GetBackupVaultNotificationsResult.withBackupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
GetBackupVaultNotificationsResult |
GetBackupVaultNotificationsResult.withBackupVaultEvents(BackupVaultEvent... backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
GetBackupVaultNotificationsResult |
GetBackupVaultNotificationsResult.withBackupVaultEvents(Collection<String> backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
GetBackupVaultNotificationsResult |
GetBackupVaultNotificationsResult.withBackupVaultEvents(String... backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
GetBackupVaultNotificationsResult |
GetBackupVaultNotificationsResult.withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
GetBackupVaultNotificationsResult |
GetBackupVaultNotificationsResult.withSNSTopicArn(String sNSTopicArn)
An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic; for example,
arn:aws:sns:us-west-2:111122223333:MyTopic. |
Copyright © 2022. All rights reserved.