Uses of Class
software.amazon.awssdk.services.dynamodb.model.CreateTableResponse
-
Packages that use CreateTableResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of CreateTableResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return CreateTableResponse Modifier and Type Method Description default CreateTableResponse
DynamoDbClient. createTable(Consumer<CreateTableRequest.Builder> createTableRequest)
TheCreateTable
operation adds a new table to your account.default CreateTableResponse
DynamoDbClient. createTable(CreateTableRequest createTableRequest)
TheCreateTable
operation adds a new table to your account.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type CreateTableResponse Modifier and Type Method Description default CompletableFuture<CreateTableResponse>
DynamoDbAsyncClient. createTable(Consumer<CreateTableRequest.Builder> createTableRequest)
TheCreateTable
operation adds a new table to your account.default CompletableFuture<CreateTableResponse>
DynamoDbAsyncClient. createTable(CreateTableRequest createTableRequest)
TheCreateTable
operation adds a new table to your account.
-