| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite |
|
| software.amazon.awssdk.services.timestreamwrite.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTablesResponse |
TimestreamWriteClient.listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)
Provides a list of tables, along with the name, status, and retention properties of each table.
|
default ListTablesResponse |
TimestreamWriteClient.listTables(ListTablesRequest listTablesRequest)
Provides a list of tables, along with the name, status, and retention properties of each table.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTablesResponse> |
TimestreamWriteAsyncClient.listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)
Provides a list of tables, along with the name, status, and retention properties of each table.
|
default CompletableFuture<ListTablesResponse> |
TimestreamWriteAsyncClient.listTables(ListTablesRequest listTablesRequest)
Provides a list of tables, along with the name, status, and retention properties of each table.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTablesResponse> |
ListTablesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTablesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTablesResponse> subscriber) |
Copyright © 2023. All rights reserved.