| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| Modifier and Type | Method and Description |
|---|---|
default ListGlobalTablesResponse |
DynamoDbClient.listGlobalTables()
Lists all global tables that have a replica in the specified region.
|
default ListGlobalTablesResponse |
DynamoDbClient.listGlobalTables(Consumer<ListGlobalTablesRequest.Builder> listGlobalTablesRequest)
Lists all global tables that have a replica in the specified region.
|
default ListGlobalTablesResponse |
DynamoDbClient.listGlobalTables(ListGlobalTablesRequest listGlobalTablesRequest)
Lists all global tables that have a replica in the specified region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGlobalTablesResponse> |
DynamoDbAsyncClient.listGlobalTables()
Lists all global tables that have a replica in the specified region.
|
default CompletableFuture<ListGlobalTablesResponse> |
DynamoDbAsyncClient.listGlobalTables(Consumer<ListGlobalTablesRequest.Builder> listGlobalTablesRequest)
Lists all global tables that have a replica in the specified region.
|
default CompletableFuture<ListGlobalTablesResponse> |
DynamoDbAsyncClient.listGlobalTables(ListGlobalTablesRequest listGlobalTablesRequest)
Lists all global tables that have a replica in the specified region.
|
Copyright © 2019. All rights reserved.