Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.spec | |
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
CreateTableResult |
AmazonDynamoDB.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
The CreateTable operation adds a new table to your account.
|
CreateTableResult |
AmazonDynamoDBClient.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
The CreateTable operation adds a new table to your account.
|
UpdateTableResult |
AmazonDynamoDB.updateTable(String tableName,
ProvisionedThroughput provisionedThroughput)
Updates the provisioned throughput for the given table, or manages
the global secondary indexes on the table.
|
UpdateTableResult |
AmazonDynamoDBClient.updateTable(String tableName,
ProvisionedThroughput provisionedThroughput)
Updates the provisioned throughput for the given table, or manages
the global secondary indexes on the table.
|
Modifier and Type | Method and Description |
---|---|
Table |
DynamoDB.createTable(String tableName,
List<KeySchemaElement> keySchema,
List<AttributeDefinition> attributeDefinitions,
ProvisionedThroughput provisionedThroughput)
Creates the specified table in DynamoDB.
|
TableDescription |
Index.updateGSI(ProvisionedThroughput provisionedThroughput)
Updates the provisioned throughput for this global secondary index (GSI).
|
TableDescription |
Table.updateTable(ProvisionedThroughput provisionedThroughput)
Updates the provisioned throughput for this table.
|
Modifier and Type | Method and Description |
---|---|
ProvisionedThroughput |
UpdateTableSpec.getProvisionedThroughput() |
Modifier and Type | Method and Description |
---|---|
UpdateTableSpec |
UpdateTableSpec.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput) |
Modifier and Type | Method and Description |
---|---|
ProvisionedThroughput |
ProvisionedThroughput.clone() |
ProvisionedThroughput |
UpdateTableRequest.getProvisionedThroughput()
Represents the provisioned throughput settings for a specified table
or index.
|
ProvisionedThroughput |
UpdateGlobalSecondaryIndexAction.getProvisionedThroughput()
Represents the provisioned throughput settings for a specified table
or index.
|
ProvisionedThroughput |
CreateGlobalSecondaryIndexAction.getProvisionedThroughput()
Represents the provisioned throughput settings for a specified table
or index.
|
ProvisionedThroughput |
CreateTableRequest.getProvisionedThroughput()
Represents the provisioned throughput settings for a specified table
or index.
|
ProvisionedThroughput |
GlobalSecondaryIndex.getProvisionedThroughput()
Represents the provisioned throughput settings for a specified table
or index.
|
ProvisionedThroughput |
ProvisionedThroughput.withReadCapacityUnits(Long readCapacityUnits)
The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a ThrottlingException.
|
ProvisionedThroughput |
ProvisionedThroughput.withWriteCapacityUnits(Long writeCapacityUnits)
The maximum number of writes consumed per second before DynamoDB
returns a ThrottlingException.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateTableRequest.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for a specified table
or index.
|
void |
UpdateGlobalSecondaryIndexAction.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for a specified table
or index.
|
void |
CreateGlobalSecondaryIndexAction.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for a specified table
or index.
|
void |
CreateTableRequest.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for a specified table
or index.
|
void |
GlobalSecondaryIndex.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for a specified table
or index.
|
UpdateTableRequest |
UpdateTableRequest.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for a specified table
or index.
|
UpdateGlobalSecondaryIndexAction |
UpdateGlobalSecondaryIndexAction.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for a specified table
or index.
|
CreateGlobalSecondaryIndexAction |
CreateGlobalSecondaryIndexAction.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for a specified table
or index.
|
CreateTableRequest |
CreateTableRequest.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for a specified table
or index.
|
GlobalSecondaryIndex |
GlobalSecondaryIndex.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for a specified table
or index.
|
Constructor and Description |
---|
CreateTableRequest(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
Constructs a new CreateTableRequest object.
|
UpdateTableRequest(String tableName,
ProvisionedThroughput provisionedThroughput)
Constructs a new UpdateTableRequest object.
|
Copyright © 2015. All rights reserved.