| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2 |
|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDB
|
| Modifier and Type | Method and Description |
|---|---|
CreateTableResult |
AmazonDynamoDBClient.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
The
CreateTable operation adds a new table to your account. |
CreateTableResult |
AmazonDynamoDB.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
The
CreateTable operation adds a new table to your account. |
UpdateTableResult |
AmazonDynamoDBClient.updateTable(String tableName,
ProvisionedThroughput provisionedThroughput)
Modifies the provisioned throughput settings, global secondary indexes,
or DynamoDB Streams settings for a given table.
|
UpdateTableResult |
AmazonDynamoDB.updateTable(String tableName,
ProvisionedThroughput provisionedThroughput)
Modifies the provisioned throughput settings, global secondary indexes,
or DynamoDB Streams settings for a given table.
|
| Modifier and Type | Method and Description |
|---|---|
ProvisionedThroughput |
UpdateTableRequest.getProvisionedThroughput()
The new provisioned throughput settings for the specified table or index.
|
ProvisionedThroughput |
UpdateGlobalSecondaryIndexAction.getProvisionedThroughput()
Represents the provisioned throughput settings for the specified global
secondary index.
|
ProvisionedThroughput |
SourceTableDetails.getProvisionedThroughput()
Read IOPs and Write IOPS on the table when the backup was created.
|
ProvisionedThroughput |
GlobalSecondaryIndexInfo.getProvisionedThroughput()
Represents the provisioned throughput settings for the specified global
secondary index.
|
ProvisionedThroughput |
GlobalSecondaryIndex.getProvisionedThroughput()
Represents the provisioned throughput settings for the specified global
secondary index.
|
ProvisionedThroughput |
CreateTableRequest.getProvisionedThroughput()
Represents the provisioned throughput settings for a specified table or
index.
|
ProvisionedThroughput |
CreateGlobalSecondaryIndexAction.getProvisionedThroughput()
Represents the provisioned throughput settings for the specified global
secondary 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)
The new provisioned throughput settings for the specified table or index.
|
void |
UpdateGlobalSecondaryIndexAction.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global
secondary index.
|
void |
SourceTableDetails.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Read IOPs and Write IOPS on the table when the backup was created.
|
void |
GlobalSecondaryIndexInfo.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global
secondary index.
|
void |
GlobalSecondaryIndex.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global
secondary index.
|
void |
CreateTableRequest.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 the specified global
secondary index.
|
UpdateTableRequest |
UpdateTableRequest.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
The new provisioned throughput settings for the specified table or index.
|
UpdateGlobalSecondaryIndexAction |
UpdateGlobalSecondaryIndexAction.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global
secondary index.
|
SourceTableDetails |
SourceTableDetails.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Read IOPs and Write IOPS on the table when the backup was created.
|
GlobalSecondaryIndexInfo |
GlobalSecondaryIndexInfo.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global
secondary index.
|
GlobalSecondaryIndex |
GlobalSecondaryIndex.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global
secondary index.
|
CreateTableRequest |
CreateTableRequest.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 the specified global
secondary 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 © 2019. All rights reserved.