Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 | |
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateTableResult |
AmazonDynamoDBClient.updateTable(java.lang.String tableName,
ProvisionedThroughput provisionedThroughput) |
UpdateTableResult |
AmazonDynamoDB.updateTable(java.lang.String tableName,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the UpdateTable operation.
|
UpdateTableResult |
AbstractAmazonDynamoDB.updateTable(java.lang.String tableName,
ProvisionedThroughput provisionedThroughput) |
UpdateTableResult |
AmazonDynamoDBClient.updateTable(UpdateTableRequest updateTableRequest)
Modifies the provisioned throughput settings, global secondary indexes,
or DynamoDB Streams settings for a given table.
|
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) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateTableResult> |
AmazonDynamoDBAsyncClient.updateTableAsync(java.lang.String tableName,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the UpdateTable operation.
|
java.util.concurrent.Future<UpdateTableResult> |
AmazonDynamoDBAsync.updateTableAsync(java.lang.String tableName,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the UpdateTable operation.
|
java.util.concurrent.Future<UpdateTableResult> |
AbstractAmazonDynamoDBAsync.updateTableAsync(java.lang.String tableName,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the UpdateTable operation.
|
java.util.concurrent.Future<UpdateTableResult> |
AmazonDynamoDBAsyncClient.updateTableAsync(java.lang.String tableName,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an
AsyncHandler.
|
java.util.concurrent.Future<UpdateTableResult> |
AmazonDynamoDBAsync.updateTableAsync(java.lang.String tableName,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an
AsyncHandler.
|
java.util.concurrent.Future<UpdateTableResult> |
AbstractAmazonDynamoDBAsync.updateTableAsync(java.lang.String tableName,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an
AsyncHandler.
|
java.util.concurrent.Future<UpdateTableResult> |
AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest request) |
java.util.concurrent.Future<UpdateTableResult> |
AmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest updateTableRequest)
Modifies the provisioned throughput settings, global secondary indexes,
or DynamoDB Streams settings for a given table.
|
java.util.concurrent.Future<UpdateTableResult> |
AbstractAmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest request) |
java.util.concurrent.Future<UpdateTableResult> |
AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<UpdateTableResult> |
AbstractAmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateTableResult> |
AmazonDynamoDBAsyncClient.updateTableAsync(java.lang.String tableName,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an
AsyncHandler.
|
java.util.concurrent.Future<UpdateTableResult> |
AmazonDynamoDBAsync.updateTableAsync(java.lang.String tableName,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an
AsyncHandler.
|
java.util.concurrent.Future<UpdateTableResult> |
AbstractAmazonDynamoDBAsync.updateTableAsync(java.lang.String tableName,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an
AsyncHandler.
|
java.util.concurrent.Future<UpdateTableResult> |
AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<UpdateTableResult> |
AbstractAmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateTableResult |
UpdateTableResult.clone() |
UpdateTableResult |
UpdateTableResult.withTableDescription(TableDescription tableDescription) |
Modifier and Type | Method and Description |
---|---|
UpdateTableResult |
UpdateTableResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |