Uses of Class
software.amazon.awssdk.services.dynamodb.model.TableInUseException
Packages that use TableInUseException
-
Uses of TableInUseException in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that throw TableInUseExceptionModifier and TypeMethodDescriptiondefault CreateBackupResponseDynamoDbClient.createBackup(Consumer<CreateBackupRequest.Builder> createBackupRequest) Creates a backup for an existing table.default CreateBackupResponseDynamoDbClient.createBackup(CreateBackupRequest createBackupRequest) Creates a backup for an existing table.default 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.