| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutBackupVaultNotificationsResponse> |
BackupAsyncClient.putBackupVaultNotifications(Consumer<PutBackupVaultNotificationsRequest.Builder> putBackupVaultNotificationsRequest)
Turns on notifications on a backup vault for the specified topic and events.
|
default PutBackupVaultNotificationsResponse |
BackupClient.putBackupVaultNotifications(Consumer<PutBackupVaultNotificationsRequest.Builder> putBackupVaultNotificationsRequest)
Turns on notifications on a backup vault for the specified topic and events.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.backupVaultEventsWithStrings(Collection<String> backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.backupVaultEventsWithStrings(String... backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.backupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
static PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.builder() |
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.snsTopicArn(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. |
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutBackupVaultNotificationsRequest.Builder> |
PutBackupVaultNotificationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.