| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateLogicallyAirGappedBackupVaultResponse> |
BackupAsyncClient.createLogicallyAirGappedBackupVault(Consumer<CreateLogicallyAirGappedBackupVaultRequest.Builder> createLogicallyAirGappedBackupVaultRequest)
This request creates a logical container where backups are stored.
|
default CreateLogicallyAirGappedBackupVaultResponse |
BackupClient.createLogicallyAirGappedBackupVault(Consumer<CreateLogicallyAirGappedBackupVaultRequest.Builder> createLogicallyAirGappedBackupVaultRequest)
This request creates a logical container where backups are stored.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLogicallyAirGappedBackupVaultRequest.Builder |
CreateLogicallyAirGappedBackupVaultRequest.Builder.backupVaultName(String backupVaultName)
This is the name of the vault that is being created.
|
CreateLogicallyAirGappedBackupVaultRequest.Builder |
CreateLogicallyAirGappedBackupVaultRequest.Builder.backupVaultTags(Map<String,String> backupVaultTags)
These are the tags that will be included in the newly-created vault.
|
static CreateLogicallyAirGappedBackupVaultRequest.Builder |
CreateLogicallyAirGappedBackupVaultRequest.builder() |
CreateLogicallyAirGappedBackupVaultRequest.Builder |
CreateLogicallyAirGappedBackupVaultRequest.Builder.creatorRequestId(String creatorRequestId)
This is the ID of the creation request.
|
CreateLogicallyAirGappedBackupVaultRequest.Builder |
CreateLogicallyAirGappedBackupVaultRequest.Builder.maxRetentionDays(Long maxRetentionDays)
This is the setting that specifies the maximum retention period that the vault retains its recovery points.
|
CreateLogicallyAirGappedBackupVaultRequest.Builder |
CreateLogicallyAirGappedBackupVaultRequest.Builder.minRetentionDays(Long minRetentionDays)
This setting specifies the minimum retention period that the vault retains its recovery points.
|
CreateLogicallyAirGappedBackupVaultRequest.Builder |
CreateLogicallyAirGappedBackupVaultRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLogicallyAirGappedBackupVaultRequest.Builder |
CreateLogicallyAirGappedBackupVaultRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLogicallyAirGappedBackupVaultRequest.Builder |
CreateLogicallyAirGappedBackupVaultRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLogicallyAirGappedBackupVaultRequest.Builder> |
CreateLogicallyAirGappedBackupVaultRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.