Uses of Class
software.amazon.awssdk.services.dynamodb.model.UpdateGlobalTableResponse
-
Packages that use UpdateGlobalTableResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of UpdateGlobalTableResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return UpdateGlobalTableResponse Modifier and Type Method Description default UpdateGlobalTableResponse
DynamoDbClient. updateGlobalTable(Consumer<UpdateGlobalTableRequest.Builder> updateGlobalTableRequest)
Adds or removes replicas in the specified global table.default UpdateGlobalTableResponse
DynamoDbClient. updateGlobalTable(UpdateGlobalTableRequest updateGlobalTableRequest)
Adds or removes replicas in the specified global table.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type UpdateGlobalTableResponse Modifier and Type Method Description default CompletableFuture<UpdateGlobalTableResponse>
DynamoDbAsyncClient. updateGlobalTable(Consumer<UpdateGlobalTableRequest.Builder> updateGlobalTableRequest)
Adds or removes replicas in the specified global table.default CompletableFuture<UpdateGlobalTableResponse>
DynamoDbAsyncClient. updateGlobalTable(UpdateGlobalTableRequest updateGlobalTableRequest)
Adds or removes replicas in the specified global table.
-