| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| software.amazon.awssdk.services.dynamodb.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTablesResponse |
DynamoDbClient.listTables()
Returns an array of table names associated with the current account and endpoint.
|
default ListTablesResponse |
DynamoDbClient.listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)
Returns an array of table names associated with the current account and endpoint.
|
default ListTablesResponse |
DynamoDbClient.listTables(ListTablesRequest listTablesRequest)
Returns an array of table names associated with the current account and endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTablesResponse> |
DynamoDbAsyncClient.listTables()
Returns an array of table names associated with the current account and endpoint.
|
default CompletableFuture<ListTablesResponse> |
DynamoDbAsyncClient.listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)
Returns an array of table names associated with the current account and endpoint.
|
default CompletableFuture<ListTablesResponse> |
DynamoDbAsyncClient.listTables(ListTablesRequest listTablesRequest)
Returns an array of table names associated with the current account and endpoint.
|
| 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 © 2019. All rights reserved.