Uses of Interface
software.amazon.awssdk.services.backup.model.GetBackupVaultNotificationsRequest.Builder
-
Packages that use GetBackupVaultNotificationsRequest.Builder Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.model -
-
Uses of GetBackupVaultNotificationsRequest.Builder in software.amazon.awssdk.services.backup
Method parameters in software.amazon.awssdk.services.backup with type arguments of type GetBackupVaultNotificationsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBackupVaultNotificationsResponse>BackupAsyncClient. getBackupVaultNotifications(Consumer<GetBackupVaultNotificationsRequest.Builder> getBackupVaultNotificationsRequest)Returns event notifications for the specified backup vault.default GetBackupVaultNotificationsResponseBackupClient. getBackupVaultNotifications(Consumer<GetBackupVaultNotificationsRequest.Builder> getBackupVaultNotificationsRequest)Returns event notifications for the specified backup vault. -
Uses of GetBackupVaultNotificationsRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return GetBackupVaultNotificationsRequest.Builder Modifier and Type Method Description GetBackupVaultNotificationsRequest.BuilderGetBackupVaultNotificationsRequest.Builder. backupVaultName(String backupVaultName)The name of a logical container where backups are stored.static GetBackupVaultNotificationsRequest.BuilderGetBackupVaultNotificationsRequest. builder()GetBackupVaultNotificationsRequest.BuilderGetBackupVaultNotificationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBackupVaultNotificationsRequest.BuilderGetBackupVaultNotificationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBackupVaultNotificationsRequest.BuilderGetBackupVaultNotificationsRequest. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type GetBackupVaultNotificationsRequest.Builder Modifier and Type Method Description static Class<? extends GetBackupVaultNotificationsRequest.Builder>GetBackupVaultNotificationsRequest. serializableBuilderClass()
-