Uses of Class
software.amazon.awssdk.services.backup.model.CreateLogicallyAirGappedBackupVaultResponse
-
Packages that use CreateLogicallyAirGappedBackupVaultResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of CreateLogicallyAirGappedBackupVaultResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return CreateLogicallyAirGappedBackupVaultResponse Modifier and Type Method Description default CreateLogicallyAirGappedBackupVaultResponseBackupClient. createLogicallyAirGappedBackupVault(Consumer<CreateLogicallyAirGappedBackupVaultRequest.Builder> createLogicallyAirGappedBackupVaultRequest)This request creates a logical container to where backups may be copied.default CreateLogicallyAirGappedBackupVaultResponseBackupClient. createLogicallyAirGappedBackupVault(CreateLogicallyAirGappedBackupVaultRequest createLogicallyAirGappedBackupVaultRequest)This request creates a logical container to where backups may be copied.Methods in software.amazon.awssdk.services.backup that return types with arguments of type CreateLogicallyAirGappedBackupVaultResponse Modifier and Type Method Description default CompletableFuture<CreateLogicallyAirGappedBackupVaultResponse>BackupAsyncClient. createLogicallyAirGappedBackupVault(Consumer<CreateLogicallyAirGappedBackupVaultRequest.Builder> createLogicallyAirGappedBackupVaultRequest)This request creates a logical container to where backups may be copied.default CompletableFuture<CreateLogicallyAirGappedBackupVaultResponse>BackupAsyncClient. createLogicallyAirGappedBackupVault(CreateLogicallyAirGappedBackupVaultRequest createLogicallyAirGappedBackupVaultRequest)This request creates a logical container to where backups may be copied.
-