| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateBackupResponse> |
DynamoDbAsyncClient.createBackup(Consumer<CreateBackupRequest.Builder> createBackupRequest)
Creates a backup for an existing table.
|
default CompletableFuture<CreateBackupResponse> |
DynamoDbAsyncClient.createBackup(CreateBackupRequest createBackupRequest)
Creates a backup for an existing table.
|
Copyright © 2019. All rights reserved.