| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
TableSummary |
TableSummary.clone() |
TableSummary |
TableSummary.withKeyspaceName(String keyspaceName)
The name of the keyspace that the table is stored in.
|
TableSummary |
TableSummary.withResourceArn(String resourceArn)
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
|
TableSummary |
TableSummary.withTableName(String tableName)
The name of the table.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableSummary> |
ListTablesResult.getTables()
A list of tables.
|
| Modifier and Type | Method and Description |
|---|---|
ListTablesResult |
ListTablesResult.withTables(TableSummary... tables)
A list of tables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTablesResult.setTables(Collection<TableSummary> tables)
A list of tables.
|
ListTablesResult |
ListTablesResult.withTables(Collection<TableSummary> tables)
A list of tables.
|
Copyright © 2022. All rights reserved.