Uses of Class
software.amazon.awssdk.services.dynamodb.model.UpdateTableResponse
Packages that use UpdateTableResponse
-
Uses of UpdateTableResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return UpdateTableResponseModifier and TypeMethodDescriptiondefault UpdateTableResponseDynamoDbClient.updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest) Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.default UpdateTableResponseDynamoDbClient.updateTable(UpdateTableRequest updateTableRequest) Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type UpdateTableResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateTableResponse>DynamoDbAsyncClient.updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest) Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.default CompletableFuture<UpdateTableResponse>DynamoDbAsyncClient.updateTable(UpdateTableRequest updateTableRequest) Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.