Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
UpdateTableResult |
AmazonDynamoDB.updateTable(UpdateTableRequest updateTableRequest)
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given
table.
|
UpdateTableResult |
AbstractAmazonDynamoDB.updateTable(UpdateTableRequest request) |
UpdateTableResult |
AmazonDynamoDBClient.updateTable(UpdateTableRequest request)
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given
table.
|
Future<UpdateTableResult> |
AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest request) |
Future<UpdateTableResult> |
AbstractAmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest request) |
Future<UpdateTableResult> |
AmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest updateTableRequest)
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given
table.
|
Future<UpdateTableResult> |
AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler) |
Future<UpdateTableResult> |
AbstractAmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler) |
Future<UpdateTableResult> |
AmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest updateTableRequest,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given
table.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler) |
Future<UpdateTableResult> |
AbstractAmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler) |
Future<UpdateTableResult> |
AmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest updateTableRequest,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given
table.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableRequest |
UpdateTableRequest.clone() |
UpdateTableRequest |
UpdateTableRequest.withAttributeDefinitions(AttributeDefinition... attributeDefinitions)
An array of attributes that describe the key schema for the table and indexes.
|
UpdateTableRequest |
UpdateTableRequest.withAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
An array of attributes that describe the key schema for the table and indexes.
|
UpdateTableRequest |
UpdateTableRequest.withBillingMode(BillingMode billingMode)
Controls how you are charged for read and write throughput and how you manage capacity.
|
UpdateTableRequest |
UpdateTableRequest.withBillingMode(String billingMode)
Controls how you are charged for read and write throughput and how you manage capacity.
|
UpdateTableRequest |
UpdateTableRequest.withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)
An array of one or more global secondary indexes for the table.
|
UpdateTableRequest |
UpdateTableRequest.withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates)
An array of one or more global secondary indexes for the table.
|
UpdateTableRequest |
UpdateTableRequest.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
The new provisioned throughput settings for the specified table or index.
|
UpdateTableRequest |
UpdateTableRequest.withReplicaUpdates(Collection<ReplicationGroupUpdate> replicaUpdates)
A list of replica update actions (create, delete, or update) for the table.
|
UpdateTableRequest |
UpdateTableRequest.withReplicaUpdates(ReplicationGroupUpdate... replicaUpdates)
A list of replica update actions (create, delete, or update) for the table.
|
UpdateTableRequest |
UpdateTableRequest.withSSESpecification(SSESpecification sSESpecification)
The new server-side encryption settings for the specified table.
|
UpdateTableRequest |
UpdateTableRequest.withStreamSpecification(StreamSpecification streamSpecification)
Represents the DynamoDB Streams configuration for the table.
|
UpdateTableRequest |
UpdateTableRequest.withTableName(String tableName)
The name of the table to be updated.
|
Copyright © 2021. All rights reserved.