Uses of Class
software.amazon.awssdk.services.dynamodb.model.TableAlreadyExistsException
Packages that use TableAlreadyExistsException
-
Uses of TableAlreadyExistsException in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that throw TableAlreadyExistsExceptionModifier and TypeMethodDescriptiondefault RestoreTableFromBackupResponseDynamoDbClient.restoreTableFromBackup(Consumer<RestoreTableFromBackupRequest.Builder> restoreTableFromBackupRequest) Creates a new table from an existing backup.default RestoreTableFromBackupResponseDynamoDbClient.restoreTableFromBackup(RestoreTableFromBackupRequest restoreTableFromBackupRequest) Creates a new table from an existing backup.DynamoDbClient.restoreTableToPointInTime(Consumer<RestoreTableToPointInTimeRequest.Builder> restoreTableToPointInTimeRequest) Restores the specified table to the specified point in time withinEarliestRestorableDateTimeandLatestRestorableDateTime.DynamoDbClient.restoreTableToPointInTime(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest) Restores the specified table to the specified point in time withinEarliestRestorableDateTimeandLatestRestorableDateTime.