Uses of Interface
software.amazon.awssdk.services.backup.model.PutBackupVaultLockConfigurationRequest.Builder
-
Packages that use PutBackupVaultLockConfigurationRequest.Builder Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.model -
-
Uses of PutBackupVaultLockConfigurationRequest.Builder in software.amazon.awssdk.services.backup
Method parameters in software.amazon.awssdk.services.backup with type arguments of type PutBackupVaultLockConfigurationRequest.Builder Modifier and Type Method 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 PutBackupVaultLockConfigurationResponseBackupClient. 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. -
Uses of PutBackupVaultLockConfigurationRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return PutBackupVaultLockConfigurationRequest.Builder Modifier and Type Method Description PutBackupVaultLockConfigurationRequest.BuilderPutBackupVaultLockConfigurationRequest.Builder. backupVaultName(String backupVaultName)The Backup Vault Lock configuration that specifies the name of the backup vault it protects.static PutBackupVaultLockConfigurationRequest.BuilderPutBackupVaultLockConfigurationRequest. builder()PutBackupVaultLockConfigurationRequest.BuilderPutBackupVaultLockConfigurationRequest.Builder. changeableForDays(Long changeableForDays)The Backup Vault Lock configuration that specifies the number of days before the lock date.PutBackupVaultLockConfigurationRequest.BuilderPutBackupVaultLockConfigurationRequest.Builder. maxRetentionDays(Long maxRetentionDays)The Backup Vault Lock configuration that specifies the maximum retention period that the vault retains its recovery points.PutBackupVaultLockConfigurationRequest.BuilderPutBackupVaultLockConfigurationRequest.Builder. minRetentionDays(Long minRetentionDays)The Backup Vault Lock configuration that specifies the minimum retention period that the vault retains its recovery points.PutBackupVaultLockConfigurationRequest.BuilderPutBackupVaultLockConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutBackupVaultLockConfigurationRequest.BuilderPutBackupVaultLockConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutBackupVaultLockConfigurationRequest.BuilderPutBackupVaultLockConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type PutBackupVaultLockConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends PutBackupVaultLockConfigurationRequest.Builder>PutBackupVaultLockConfigurationRequest. serializableBuilderClass()
-