Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.spec | |
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
CreateTableResult |
AbstractAmazonDynamoDB.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput) |
CreateTableResult |
AmazonDynamoDB.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the CreateTable operation.
|
CreateTableResult |
AmazonDynamoDBClient.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput) |
Future<CreateTableResult> |
AmazonDynamoDBAsync.createTableAsync(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the CreateTable operation.
|
Future<CreateTableResult> |
AmazonDynamoDBAsyncClient.createTableAsync(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the CreateTable operation.
|
Future<CreateTableResult> |
AbstractAmazonDynamoDBAsync.createTableAsync(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the CreateTable operation.
|
Future<CreateTableResult> |
AmazonDynamoDBAsync.createTableAsync(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Simplified method form for invoking the CreateTable operation with an AsyncHandler.
|
Future<CreateTableResult> |
AmazonDynamoDBAsyncClient.createTableAsync(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Simplified method form for invoking the CreateTable operation with an AsyncHandler.
|
Future<CreateTableResult> |
AbstractAmazonDynamoDBAsync.createTableAsync(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Simplified method form for invoking the CreateTable operation with an AsyncHandler.
|
UpdateTableResult |
AbstractAmazonDynamoDB.updateTable(String tableName,
ProvisionedThroughput provisionedThroughput) |
UpdateTableResult |
AmazonDynamoDB.updateTable(String tableName,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the UpdateTable operation.
|
UpdateTableResult |
AmazonDynamoDBClient.updateTable(String tableName,
ProvisionedThroughput provisionedThroughput) |
Future<UpdateTableResult> |
AmazonDynamoDBAsync.updateTableAsync(String tableName,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the UpdateTable operation.
|
Future<UpdateTableResult> |
AmazonDynamoDBAsyncClient.updateTableAsync(String tableName,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the UpdateTable operation.
|
Future<UpdateTableResult> |
AbstractAmazonDynamoDBAsync.updateTableAsync(String tableName,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the UpdateTable operation.
|
Future<UpdateTableResult> |
AmazonDynamoDBAsync.updateTableAsync(String tableName,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an AsyncHandler.
|
Future<UpdateTableResult> |
AmazonDynamoDBAsyncClient.updateTableAsync(String tableName,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an AsyncHandler.
|
Future<UpdateTableResult> |
AbstractAmazonDynamoDBAsync.updateTableAsync(String tableName,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
TableDescription |
DynamoDBTableMapper.createTable(ProvisionedThroughput throughput)
Creates the table with the specified throughput; also populates the same
throughput for all global secondary indexes.
|
boolean |
DynamoDBTableMapper.createTableIfNotExists(ProvisionedThroughput throughput)
Creates the table and ignores the
ResourceInUseException if it
ialready exists. |
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 |
GlobalSecondaryIndexInfo.getProvisionedThroughput()
Represents the provisioned throughput settings for the specified global secondary index.
|
ProvisionedThroughput |
UpdateGlobalSecondaryIndexAction.getProvisionedThroughput()
Represents the provisioned throughput settings for the specified global secondary index.
|
ProvisionedThroughput |
CreateGlobalSecondaryIndexAction.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 |
UpdateTableRequest.getProvisionedThroughput()
The new provisioned throughput settings for the specified table or index.
|
ProvisionedThroughput |
SourceTableDetails.getProvisionedThroughput()
Read IOPs and Write IOPS on the table when the backup was created.
|
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 |
GlobalSecondaryIndexInfo.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.
|
void |
UpdateGlobalSecondaryIndexAction.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.
|
void |
CreateGlobalSecondaryIndexAction.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 |
UpdateTableRequest.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
The new provisioned throughput settings for the specified table or index.
|
void |
SourceTableDetails.setProvisionedThroughput(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.
|
UpdateGlobalSecondaryIndexAction |
UpdateGlobalSecondaryIndexAction.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.
|
CreateGlobalSecondaryIndexAction |
CreateGlobalSecondaryIndexAction.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.
|
UpdateTableRequest |
UpdateTableRequest.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
The new provisioned throughput settings for the specified table or index.
|
SourceTableDetails |
SourceTableDetails.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Read IOPs and Write IOPS on the table when the backup was created.
|
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 © 2018. All rights reserved.