| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutBackupVaultLockConfigurationResponse> |
BackupAsyncClient.putBackupVaultLockConfiguration(Consumer<PutBackupVaultLockConfigurationRequest.Builder> putBackupVaultLockConfigurationRequest)
Applies Backup Vault Lock to a backup vault, preventing attempts to delete any recovery point stored in or
created in a backup vault.
|
default PutBackupVaultLockConfigurationResponse |
BackupClient.putBackupVaultLockConfiguration(Consumer<PutBackupVaultLockConfigurationRequest.Builder> putBackupVaultLockConfigurationRequest)
Applies Backup Vault Lock to a backup vault, preventing attempts to delete any recovery point stored in or
created in a backup vault.
|
| Modifier and Type | Method and Description |
|---|---|
PutBackupVaultLockConfigurationRequest.Builder |
PutBackupVaultLockConfigurationRequest.Builder.backupVaultName(String backupVaultName)
The Backup Vault Lock configuration that specifies the name of the backup vault it protects.
|
static PutBackupVaultLockConfigurationRequest.Builder |
PutBackupVaultLockConfigurationRequest.builder() |
PutBackupVaultLockConfigurationRequest.Builder |
PutBackupVaultLockConfigurationRequest.Builder.changeableForDays(Long changeableForDays)
The Backup Vault Lock configuration that specifies the number of days before the lock date.
|
PutBackupVaultLockConfigurationRequest.Builder |
PutBackupVaultLockConfigurationRequest.Builder.maxRetentionDays(Long maxRetentionDays)
The Backup Vault Lock configuration that specifies the maximum retention period that the vault retains its
recovery points.
|
PutBackupVaultLockConfigurationRequest.Builder |
PutBackupVaultLockConfigurationRequest.Builder.minRetentionDays(Long minRetentionDays)
The Backup Vault Lock configuration that specifies the minimum retention period that the vault retains its
recovery points.
|
PutBackupVaultLockConfigurationRequest.Builder |
PutBackupVaultLockConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutBackupVaultLockConfigurationRequest.Builder |
PutBackupVaultLockConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutBackupVaultLockConfigurationRequest.Builder |
PutBackupVaultLockConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutBackupVaultLockConfigurationRequest.Builder> |
PutBackupVaultLockConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.