| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateTableResponse |
TimestreamWriteClient.createTable(Consumer<CreateTableRequest.Builder> createTableRequest)
The CreateTable operation adds a new table to an existing database in your account.
|
default CreateTableResponse |
TimestreamWriteClient.createTable(CreateTableRequest createTableRequest)
The CreateTable operation adds a new table to an existing database in your account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateTableResponse> |
TimestreamWriteAsyncClient.createTable(Consumer<CreateTableRequest.Builder> createTableRequest)
The CreateTable operation adds a new table to an existing database in your account.
|
default CompletableFuture<CreateTableResponse> |
TimestreamWriteAsyncClient.createTable(CreateTableRequest createTableRequest)
The CreateTable operation adds a new table to an existing database in your account.
|
Copyright © 2022. All rights reserved.