Package | Description |
---|---|
com.amazonaws.services.timestreamwrite.model |
Modifier and Type | Method and Description |
---|---|
Database |
Database.clone() |
Database |
UpdateDatabaseResult.getDatabase() |
Database |
DescribeDatabaseResult.getDatabase()
The name of the Timestream table.
|
Database |
CreateDatabaseResult.getDatabase()
The newly created Timestream database.
|
Database |
Database.withArn(String arn)
The Amazon Resource Name that uniquely identifies this database.
|
Database |
Database.withCreationTime(Date creationTime)
The time when the database was created, calculated from the Unix epoch time.
|
Database |
Database.withDatabaseName(String databaseName)
The name of the Timestream database.
|
Database |
Database.withKmsKeyId(String kmsKeyId)
The identifier of the KMS key used to encrypt the data stored in the database.
|
Database |
Database.withLastUpdatedTime(Date lastUpdatedTime)
The last time that this database was updated.
|
Database |
Database.withTableCount(Long tableCount)
The total number of tables found within a Timestream database.
|
Modifier and Type | Method and Description |
---|---|
List<Database> |
ListDatabasesResult.getDatabases()
A list of database names.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDatabaseResult.setDatabase(Database database) |
void |
DescribeDatabaseResult.setDatabase(Database database)
The name of the Timestream table.
|
void |
CreateDatabaseResult.setDatabase(Database database)
The newly created Timestream database.
|
UpdateDatabaseResult |
UpdateDatabaseResult.withDatabase(Database database) |
DescribeDatabaseResult |
DescribeDatabaseResult.withDatabase(Database database)
The name of the Timestream table.
|
CreateDatabaseResult |
CreateDatabaseResult.withDatabase(Database database)
The newly created Timestream database.
|
ListDatabasesResult |
ListDatabasesResult.withDatabases(Database... databases)
A list of database names.
|
Modifier and Type | Method and Description |
---|---|
void |
ListDatabasesResult.setDatabases(Collection<Database> databases)
A list of database names.
|
ListDatabasesResult |
ListDatabasesResult.withDatabases(Collection<Database> databases)
A list of database names.
|
Copyright © 2022. All rights reserved.