Uses of Class
software.amazon.awssdk.services.dynamodb.model.TableNotFoundException
Packages that use TableNotFoundException
-
Uses of TableNotFoundException in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that throw TableNotFoundExceptionModifier 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 CreateGlobalTableResponseDynamoDbClient.createGlobalTable(Consumer<CreateGlobalTableRequest.Builder> createGlobalTableRequest) Creates a global table from an existing table.default CreateGlobalTableResponseDynamoDbClient.createGlobalTable(CreateGlobalTableRequest createGlobalTableRequest) Creates a global table from an existing table.DynamoDbClient.describeContinuousBackups(Consumer<DescribeContinuousBackupsRequest.Builder> describeContinuousBackupsRequest) Checks the status of continuous backups and point in time recovery on the specified table.DynamoDbClient.describeContinuousBackups(DescribeContinuousBackupsRequest describeContinuousBackupsRequest) Checks the status of continuous backups and point in time recovery on the specified table.default ExportTableToPointInTimeResponseDynamoDbClient.exportTableToPointInTime(Consumer<ExportTableToPointInTimeRequest.Builder> exportTableToPointInTimeRequest) Exports table data to an S3 bucket.default ExportTableToPointInTimeResponseDynamoDbClient.exportTableToPointInTime(ExportTableToPointInTimeRequest exportTableToPointInTimeRequest) Exports table data to an S3 bucket.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.default UpdateContinuousBackupsResponseDynamoDbClient.updateContinuousBackups(Consumer<UpdateContinuousBackupsRequest.Builder> updateContinuousBackupsRequest) UpdateContinuousBackupsenables or disables point in time recovery for the specified table.default UpdateContinuousBackupsResponseDynamoDbClient.updateContinuousBackups(UpdateContinuousBackupsRequest updateContinuousBackupsRequest) UpdateContinuousBackupsenables or disables point in time recovery for the specified table.default UpdateGlobalTableResponseDynamoDbClient.updateGlobalTable(Consumer<UpdateGlobalTableRequest.Builder> updateGlobalTableRequest) Adds or removes replicas in the specified global table.default UpdateGlobalTableResponseDynamoDbClient.updateGlobalTable(UpdateGlobalTableRequest updateGlobalTableRequest) Adds or removes replicas in the specified global table.