| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
KxDatabaseListEntry |
KxDatabaseListEntry.clone() |
KxDatabaseListEntry |
KxDatabaseListEntry.withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the database was created in FinSpace.
|
KxDatabaseListEntry |
KxDatabaseListEntry.withDatabaseName(String databaseName)
The name of the kdb database.
|
KxDatabaseListEntry |
KxDatabaseListEntry.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the database was modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<KxDatabaseListEntry> |
ListKxDatabasesResult.getKxDatabases()
A list of databases in the kdb environment.
|
| Modifier and Type | Method and Description |
|---|---|
ListKxDatabasesResult |
ListKxDatabasesResult.withKxDatabases(KxDatabaseListEntry... kxDatabases)
A list of databases in the kdb environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListKxDatabasesResult.setKxDatabases(Collection<KxDatabaseListEntry> kxDatabases)
A list of databases in the kdb environment.
|
ListKxDatabasesResult |
ListKxDatabasesResult.withKxDatabases(Collection<KxDatabaseListEntry> kxDatabases)
A list of databases in the kdb environment.
|
Copyright © 2023. All rights reserved.