Uses of Class
software.amazon.awssdk.services.dynamodb.model.UpdateGlobalTableResponse
Packages that use UpdateGlobalTableResponse
-
Uses of UpdateGlobalTableResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return UpdateGlobalTableResponseModifier and TypeMethodDescriptiondefault 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.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type UpdateGlobalTableResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.updateGlobalTable(Consumer<UpdateGlobalTableRequest.Builder> updateGlobalTableRequest) Adds or removes replicas in the specified global table.DynamoDbAsyncClient.updateGlobalTable(UpdateGlobalTableRequest updateGlobalTableRequest) Adds or removes replicas in the specified global table.