Uses of Class
software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest
Packages that use UpdateTableRequest
Package
Description
-
Uses of UpdateTableRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type UpdateTableRequestModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateTableResponse>DynamoDbAsyncClient.updateTable(UpdateTableRequest 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. -
Uses of UpdateTableRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type UpdateTableRequestModifier and TypeMethodDescriptionUpdateTableRequestMarshaller.marshall(UpdateTableRequest updateTableRequest)