Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaNotFoundException
-
Packages that use ReplicaNotFoundException Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of ReplicaNotFoundException in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that throw ReplicaNotFoundException Modifier and Type Method Description default UpdateGlobalTableResponseDynamoDbClient. updateGlobalTable(Consumer<UpdateGlobalTableRequest.Builder> updateGlobalTableRequest)Adds or removes replicas in the specified global table.default UpdateGlobalTableResponseDynamoDbClient. updateGlobalTable(UpdateGlobalTableRequest updateGlobalTableRequest)Adds or removes replicas in the specified global table.default UpdateGlobalTableSettingsResponseDynamoDbClient. updateGlobalTableSettings(Consumer<UpdateGlobalTableSettingsRequest.Builder> updateGlobalTableSettingsRequest)Updates settings for a global table.default UpdateGlobalTableSettingsResponseDynamoDbClient. updateGlobalTableSettings(UpdateGlobalTableSettingsRequest updateGlobalTableSettingsRequest)Updates settings for a global table.
-