Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.CreateTableResponse
-
Packages that use CreateTableResponse Package Description software.amazon.awssdk.services.timestreamwrite Amazon Timestream Write -
-
Uses of CreateTableResponse in software.amazon.awssdk.services.timestreamwrite
Methods in software.amazon.awssdk.services.timestreamwrite that return CreateTableResponse Modifier and Type Method Description default CreateTableResponseTimestreamWriteClient. createTable(Consumer<CreateTableRequest.Builder> createTableRequest)Adds a new table to an existing database in your account.default CreateTableResponseTimestreamWriteClient. createTable(CreateTableRequest createTableRequest)Adds a new table to an existing database in your account.Methods in software.amazon.awssdk.services.timestreamwrite that return types with arguments of type CreateTableResponse Modifier and Type Method Description default CompletableFuture<CreateTableResponse>TimestreamWriteAsyncClient. createTable(Consumer<CreateTableRequest.Builder> createTableRequest)Adds a new table to an existing database in your account.default CompletableFuture<CreateTableResponse>TimestreamWriteAsyncClient. createTable(CreateTableRequest createTableRequest)Adds a new table to an existing database in your account.
-