Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb |
|
Modifier and Type | Method and Description |
---|---|
default CreateBackupResponse |
DynamoDbClient.createBackup(Consumer<CreateBackupRequest.Builder> createBackupRequest)
Creates a backup for an existing table.
|
default CreateBackupResponse |
DynamoDbClient.createBackup(CreateBackupRequest createBackupRequest)
Creates a backup for an existing table.
|
default UpdateContinuousBackupsResponse |
DynamoDbClient.updateContinuousBackups(Consumer<UpdateContinuousBackupsRequest.Builder> updateContinuousBackupsRequest)
UpdateContinuousBackups enables or disables point in time recovery for the specified table. |
default UpdateContinuousBackupsResponse |
DynamoDbClient.updateContinuousBackups(UpdateContinuousBackupsRequest updateContinuousBackupsRequest)
UpdateContinuousBackups enables or disables point in time recovery for the specified table. |
Copyright © 2023. All rights reserved.