| Package | Description |
|---|---|
| com.amazonaws.services.finspace |
The FinSpace management service provides the APIs for managing FinSpace environments.
|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
GetKxDatabaseResult |
AbstractAWSfinspace.getKxDatabase(GetKxDatabaseRequest request) |
GetKxDatabaseResult |
AWSfinspaceClient.getKxDatabase(GetKxDatabaseRequest request)
Returns database information for the specified environment ID.
|
GetKxDatabaseResult |
AWSfinspace.getKxDatabase(GetKxDatabaseRequest getKxDatabaseRequest)
Returns database information for the specified environment ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetKxDatabaseResult> |
AbstractAWSfinspaceAsync.getKxDatabaseAsync(GetKxDatabaseRequest request,
AsyncHandler<GetKxDatabaseRequest,GetKxDatabaseResult> asyncHandler) |
Future<GetKxDatabaseResult> |
AWSfinspaceAsyncClient.getKxDatabaseAsync(GetKxDatabaseRequest request,
AsyncHandler<GetKxDatabaseRequest,GetKxDatabaseResult> asyncHandler) |
Future<GetKxDatabaseResult> |
AWSfinspaceAsync.getKxDatabaseAsync(GetKxDatabaseRequest getKxDatabaseRequest,
AsyncHandler<GetKxDatabaseRequest,GetKxDatabaseResult> asyncHandler)
Returns database information for the specified environment ID.
|
| Modifier and Type | Method and Description |
|---|---|
GetKxDatabaseResult |
GetKxDatabaseResult.clone() |
GetKxDatabaseResult |
GetKxDatabaseResult.withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the database is created in FinSpace.
|
GetKxDatabaseResult |
GetKxDatabaseResult.withDatabaseArn(String databaseArn)
The ARN identifier of the database.
|
GetKxDatabaseResult |
GetKxDatabaseResult.withDatabaseName(String databaseName)
The name of the kdb database for which the information is retrieved.
|
GetKxDatabaseResult |
GetKxDatabaseResult.withDescription(String description)
A description of the database.
|
GetKxDatabaseResult |
GetKxDatabaseResult.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
GetKxDatabaseResult |
GetKxDatabaseResult.withLastCompletedChangesetId(String lastCompletedChangesetId)
A unique identifier for the changeset.
|
GetKxDatabaseResult |
GetKxDatabaseResult.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the database was modified.
|
GetKxDatabaseResult |
GetKxDatabaseResult.withNumBytes(Long numBytes)
The total number of bytes in the database.
|
GetKxDatabaseResult |
GetKxDatabaseResult.withNumChangesets(Integer numChangesets)
The total number of changesets in the database.
|
GetKxDatabaseResult |
GetKxDatabaseResult.withNumFiles(Integer numFiles)
The total number of files in the database.
|
Copyright © 2024. All rights reserved.