Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateGlobalTableSettingsResult> |
AbstractAmazonDynamoDBAsync.updateGlobalTableSettingsAsync(UpdateGlobalTableSettingsRequest request,
AsyncHandler<UpdateGlobalTableSettingsRequest,UpdateGlobalTableSettingsResult> asyncHandler) |
Future<UpdateGlobalTableSettingsResult> |
AmazonDynamoDBAsync.updateGlobalTableSettingsAsync(UpdateGlobalTableSettingsRequest updateGlobalTableSettingsRequest,
AsyncHandler<UpdateGlobalTableSettingsRequest,UpdateGlobalTableSettingsResult> asyncHandler)
Updates settings for a global table.
|
Future<UpdateGlobalTableSettingsResult> |
AmazonDynamoDBAsyncClient.updateGlobalTableSettingsAsync(UpdateGlobalTableSettingsRequest request,
AsyncHandler<UpdateGlobalTableSettingsRequest,UpdateGlobalTableSettingsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateGlobalTableSettingsRequest |
UpdateGlobalTableSettingsRequest.clone() |
UpdateGlobalTableSettingsRequest |
UpdateGlobalTableSettingsRequest.withGlobalTableBillingMode(BillingMode globalTableBillingMode)
The billing mode of the global table.
|
UpdateGlobalTableSettingsRequest |
UpdateGlobalTableSettingsRequest.withGlobalTableBillingMode(String globalTableBillingMode)
The billing mode of the global table.
|
UpdateGlobalTableSettingsRequest |
UpdateGlobalTableSettingsRequest.withGlobalTableGlobalSecondaryIndexSettingsUpdate(Collection<GlobalTableGlobalSecondaryIndexSettingsUpdate> globalTableGlobalSecondaryIndexSettingsUpdate)
Represents the settings of a global secondary index for a global table that will be modified.
|
UpdateGlobalTableSettingsRequest |
UpdateGlobalTableSettingsRequest.withGlobalTableGlobalSecondaryIndexSettingsUpdate(GlobalTableGlobalSecondaryIndexSettingsUpdate... globalTableGlobalSecondaryIndexSettingsUpdate)
Represents the settings of a global secondary index for a global table that will be modified.
|
UpdateGlobalTableSettingsRequest |
UpdateGlobalTableSettingsRequest.withGlobalTableName(String globalTableName)
The name of the global table
|
UpdateGlobalTableSettingsRequest |
UpdateGlobalTableSettingsRequest.withGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate)
Auto scaling settings for managing provisioned write capacity for the global table.
|
UpdateGlobalTableSettingsRequest |
UpdateGlobalTableSettingsRequest.withGlobalTableProvisionedWriteCapacityUnits(Long globalTableProvisionedWriteCapacityUnits)
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException. |
UpdateGlobalTableSettingsRequest |
UpdateGlobalTableSettingsRequest.withReplicaSettingsUpdate(Collection<ReplicaSettingsUpdate> replicaSettingsUpdate)
Represents the settings for a global table in a Region that will be modified.
|
UpdateGlobalTableSettingsRequest |
UpdateGlobalTableSettingsRequest.withReplicaSettingsUpdate(ReplicaSettingsUpdate... replicaSettingsUpdate)
Represents the settings for a global table in a Region that will be modified.
|
Copyright © 2020. All rights reserved.