Class: AWS::DynamoDB::Client
- Inherits:
-
ClientBase
- Object
- Core::Client
- Core::JSONClient
- ClientBase
- AWS::DynamoDB::Client
- Defined in:
- lib/aws/dynamo_db/client.rb
Overview
Client class for Amazon DynamoDB.
Constant Summary
Constants inherited from ClientBase
AWS::DynamoDB::ClientBase::CACHEABLE_REQUESTS, AWS::DynamoDB::ClientBase::REGION_US_E1
Instance Attribute Summary
Attributes inherited from Core::Client
Instance Method Summary collapse
-
#batch_get_item(options = {}) ⇒ Core::Response
Calls the BatchGetItem API operation.
-
#batch_write_item(options = {}) ⇒ Core::Response
Calls the BatchWriteItem API operation.
-
#create_table(options = {}) ⇒ Core::Response
Calls the CreateTable API operation.
-
#delete_item(options = {}) ⇒ Core::Response
Calls the DeleteItem API operation.
-
#delete_table(options = {}) ⇒ Core::Response
Calls the DeleteTable API operation.
-
#describe_table(options = {}) ⇒ Core::Response
Calls the DescribeTable API operation.
-
#get_item(options = {}) ⇒ Core::Response
Calls the GetItem API operation.
-
#list_tables(options = {}) ⇒ Core::Response
Calls the ListTables API operation.
-
#put_item(options = {}) ⇒ Core::Response
Calls the PutItem API operation.
-
#query(options = {}) ⇒ Core::Response
Calls the Query API operation.
-
#scan(options = {}) ⇒ Core::Response
Calls the Scan API operation.
-
#update_item(options = {}) ⇒ Core::Response
Calls the UpdateItem API operation.
-
#update_table(options = {}) ⇒ Core::Response
Calls the UpdateTable API operation.
Methods inherited from Core::Client
#initialize, #log_warning, #operations, operations, #with_http_handler, #with_options
Constructor Details
This class inherits a constructor from AWS::Core::Client
Instance Method Details
#batch_get_item(options = {}) ⇒ Core::Response
Calls the BatchGetItem API operation.
|
# File 'lib/aws/dynamo_db/client.rb', line 22
|
#batch_write_item(options = {}) ⇒ Core::Response
Calls the BatchWriteItem API operation.
|
# File 'lib/aws/dynamo_db/client.rb', line 93
|
#create_table(options = {}) ⇒ Core::Response
Calls the CreateTable API operation.
|
# File 'lib/aws/dynamo_db/client.rb', line 180
|
#delete_item(options = {}) ⇒ Core::Response
Calls the DeleteItem API operation.
|
# File 'lib/aws/dynamo_db/client.rb', line 244
|
#delete_table(options = {}) ⇒ Core::Response
Calls the DeleteTable API operation.
|
# File 'lib/aws/dynamo_db/client.rb', line 319
|
#describe_table(options = {}) ⇒ Core::Response
Calls the DescribeTable API operation.
|
# File 'lib/aws/dynamo_db/client.rb', line 347
|
#get_item(options = {}) ⇒ Core::Response
Calls the GetItem API operation.
|
# File 'lib/aws/dynamo_db/client.rb', line 375
|
#list_tables(options = {}) ⇒ Core::Response
Calls the ListTables API operation.
|
# File 'lib/aws/dynamo_db/client.rb', line 429
|
#put_item(options = {}) ⇒ Core::Response
Calls the PutItem API operation.
|
# File 'lib/aws/dynamo_db/client.rb', line 443
|
#query(options = {}) ⇒ Core::Response
Calls the Query API operation.
|
# File 'lib/aws/dynamo_db/client.rb', line 497
|
#scan(options = {}) ⇒ Core::Response
Calls the Scan API operation.
|
# File 'lib/aws/dynamo_db/client.rb', line 634
|
#update_item(options = {}) ⇒ Core::Response
Calls the UpdateItem API operation.
|
# File 'lib/aws/dynamo_db/client.rb', line 752
|
#update_table(options = {}) ⇒ Core::Response
Calls the UpdateTable API operation.
|
# File 'lib/aws/dynamo_db/client.rb', line 845
|