| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateTableResponse |
DynamoDbClient.createTable(Consumer<CreateTableRequest.Builder> createTableRequest)
The
CreateTable operation adds a new table to your account. |
default CreateTableResponse |
DynamoDbClient.createTable(CreateTableRequest createTableRequest)
The
CreateTable operation adds a new table to your account. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateTableResponse> |
DynamoDbAsyncClient.createTable(Consumer<CreateTableRequest.Builder> createTableRequest)
The
CreateTable operation adds a new table to your account. |
default CompletableFuture<CreateTableResponse> |
DynamoDbAsyncClient.createTable(CreateTableRequest createTableRequest)
The
CreateTable operation adds a new table to your account. |
Copyright © 2019. All rights reserved.