| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| software.amazon.awssdk.services.dynamodb.transform |
| Modifier and Type | Method and Description |
|---|---|
default CreateTableResponse |
DynamoDbClient.createTable(CreateTableRequest 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. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
CreateTableRequestMarshaller.marshall(CreateTableRequest createTableRequest) |
Copyright © 2019. All rights reserved.