Uses of Class
software.amazon.awssdk.services.dynamodb.model.ThrottlingException
Packages that use ThrottlingException
-
Uses of ThrottlingException in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that throw ThrottlingExceptionModifier and TypeMethodDescriptiondefault BatchExecuteStatementResponseDynamoDbClient.batchExecuteStatement(Consumer<BatchExecuteStatementRequest.Builder> batchExecuteStatementRequest) This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL.default BatchExecuteStatementResponseDynamoDbClient.batchExecuteStatement(BatchExecuteStatementRequest batchExecuteStatementRequest) This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL.default BatchGetItemResponseDynamoDbClient.batchGetItem(Consumer<BatchGetItemRequest.Builder> batchGetItemRequest) TheBatchGetItemoperation returns the attributes of one or more items from one or more tables.default BatchGetItemResponseDynamoDbClient.batchGetItem(BatchGetItemRequest batchGetItemRequest) TheBatchGetItemoperation returns the attributes of one or more items from one or more tables.default BatchGetItemIterableDynamoDbClient.batchGetItemPaginator(Consumer<BatchGetItemRequest.Builder> batchGetItemRequest) This is a variant ofDynamoDbClient.batchGetItem(software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest)operation.default BatchGetItemIterableDynamoDbClient.batchGetItemPaginator(BatchGetItemRequest batchGetItemRequest) This is a variant ofDynamoDbClient.batchGetItem(software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest)operation.default BatchWriteItemResponseDynamoDbClient.batchWriteItem(Consumer<BatchWriteItemRequest.Builder> batchWriteItemRequest) TheBatchWriteItemoperation puts or deletes multiple items in one or more tables.default BatchWriteItemResponseDynamoDbClient.batchWriteItem(BatchWriteItemRequest batchWriteItemRequest) TheBatchWriteItemoperation puts or deletes multiple items in one or more tables.default DeleteItemResponseDynamoDbClient.deleteItem(Consumer<DeleteItemRequest.Builder> deleteItemRequest) Deletes a single item in a table by primary key.default DeleteItemResponseDynamoDbClient.deleteItem(DeleteItemRequest deleteItemRequest) Deletes a single item in a table by primary key.default ExecuteStatementResponseDynamoDbClient.executeStatement(Consumer<ExecuteStatementRequest.Builder> executeStatementRequest) This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.default ExecuteStatementResponseDynamoDbClient.executeStatement(ExecuteStatementRequest executeStatementRequest) This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.default ExecuteTransactionResponseDynamoDbClient.executeTransaction(Consumer<ExecuteTransactionRequest.Builder> executeTransactionRequest) This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL.default ExecuteTransactionResponseDynamoDbClient.executeTransaction(ExecuteTransactionRequest executeTransactionRequest) This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL.default GetItemResponseDynamoDbClient.getItem(Consumer<GetItemRequest.Builder> getItemRequest) TheGetItemoperation returns a set of attributes for the item with the given primary key.default GetItemResponseDynamoDbClient.getItem(GetItemRequest getItemRequest) TheGetItemoperation returns a set of attributes for the item with the given primary key.default PutItemResponseDynamoDbClient.putItem(Consumer<PutItemRequest.Builder> putItemRequest) Creates a new item, or replaces an old item with a new item.default PutItemResponseDynamoDbClient.putItem(PutItemRequest putItemRequest) Creates a new item, or replaces an old item with a new item.default QueryResponseDynamoDbClient.query(Consumer<QueryRequest.Builder> queryRequest) You must provide the name of the partition key attribute and a single value for that attribute.default QueryResponseDynamoDbClient.query(QueryRequest queryRequest) You must provide the name of the partition key attribute and a single value for that attribute.default QueryIterableDynamoDbClient.queryPaginator(Consumer<QueryRequest.Builder> queryRequest) This is a variant ofDynamoDbClient.query(software.amazon.awssdk.services.dynamodb.model.QueryRequest)operation.default QueryIterableDynamoDbClient.queryPaginator(QueryRequest queryRequest) This is a variant ofDynamoDbClient.query(software.amazon.awssdk.services.dynamodb.model.QueryRequest)operation.default ScanResponseDynamoDbClient.scan(Consumer<ScanRequest.Builder> scanRequest) TheScanoperation returns one or more items and item attributes by accessing every item in a table or a secondary index.default ScanResponseDynamoDbClient.scan(ScanRequest scanRequest) TheScanoperation returns one or more items and item attributes by accessing every item in a table or a secondary index.default ScanIterableDynamoDbClient.scanPaginator(Consumer<ScanRequest.Builder> scanRequest) This is a variant ofDynamoDbClient.scan(software.amazon.awssdk.services.dynamodb.model.ScanRequest)operation.default ScanIterableDynamoDbClient.scanPaginator(ScanRequest scanRequest) This is a variant ofDynamoDbClient.scan(software.amazon.awssdk.services.dynamodb.model.ScanRequest)operation.default TransactGetItemsResponseDynamoDbClient.transactGetItems(Consumer<TransactGetItemsRequest.Builder> transactGetItemsRequest) TransactGetItemsis a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region.default TransactGetItemsResponseDynamoDbClient.transactGetItems(TransactGetItemsRequest transactGetItemsRequest) TransactGetItemsis a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region.default TransactWriteItemsResponseDynamoDbClient.transactWriteItems(Consumer<TransactWriteItemsRequest.Builder> transactWriteItemsRequest) TransactWriteItemsis a synchronous write operation that groups up to 100 action requests.default TransactWriteItemsResponseDynamoDbClient.transactWriteItems(TransactWriteItemsRequest transactWriteItemsRequest) TransactWriteItemsis a synchronous write operation that groups up to 100 action requests.default UpdateItemResponseDynamoDbClient.updateItem(Consumer<UpdateItemRequest.Builder> updateItemRequest) Edits an existing item's attributes, or adds a new item to the table if it does not already exist.default UpdateItemResponseDynamoDbClient.updateItem(UpdateItemRequest updateItemRequest) Edits an existing item's attributes, or adds a new item to the table if it does not already exist.