| 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 |
|---|---|
GetKxDataviewResult |
AbstractAWSfinspace.getKxDataview(GetKxDataviewRequest request) |
GetKxDataviewResult |
AWSfinspaceClient.getKxDataview(GetKxDataviewRequest request)
Retrieves details of the dataview.
|
GetKxDataviewResult |
AWSfinspace.getKxDataview(GetKxDataviewRequest getKxDataviewRequest)
Retrieves details of the dataview.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetKxDataviewResult> |
AbstractAWSfinspaceAsync.getKxDataviewAsync(GetKxDataviewRequest request,
AsyncHandler<GetKxDataviewRequest,GetKxDataviewResult> asyncHandler) |
Future<GetKxDataviewResult> |
AWSfinspaceAsyncClient.getKxDataviewAsync(GetKxDataviewRequest request,
AsyncHandler<GetKxDataviewRequest,GetKxDataviewResult> asyncHandler) |
Future<GetKxDataviewResult> |
AWSfinspaceAsync.getKxDataviewAsync(GetKxDataviewRequest getKxDataviewRequest,
AsyncHandler<GetKxDataviewRequest,GetKxDataviewResult> asyncHandler)
Retrieves details of the dataview.
|
| Modifier and Type | Method and Description |
|---|---|
GetKxDataviewResult |
GetKxDataviewResult.clone() |
GetKxDataviewResult |
GetKxDataviewResult.withActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The current active changeset versions of the database on the given dataview.
|
GetKxDataviewResult |
GetKxDataviewResult.withActiveVersions(KxDataviewActiveVersion... activeVersions)
The current active changeset versions of the database on the given dataview.
|
GetKxDataviewResult |
GetKxDataviewResult.withAutoUpdate(Boolean autoUpdate)
The option to specify whether you want to apply all the future additions and corrections automatically to the
dataview when new changesets are ingested.
|
GetKxDataviewResult |
GetKxDataviewResult.withAvailabilityZoneId(String availabilityZoneId)
The identifier of the availability zones.
|
GetKxDataviewResult |
GetKxDataviewResult.withAzMode(KxAzMode azMode)
The number of availability zones you want to assign per volume.
|
GetKxDataviewResult |
GetKxDataviewResult.withAzMode(String azMode)
The number of availability zones you want to assign per volume.
|
GetKxDataviewResult |
GetKxDataviewResult.withChangesetId(String changesetId)
A unique identifier of the changeset that you want to use to ingest data.
|
GetKxDataviewResult |
GetKxDataviewResult.withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the dataview was created in FinSpace.
|
GetKxDataviewResult |
GetKxDataviewResult.withDatabaseName(String databaseName)
The name of the database where you created the dataview.
|
GetKxDataviewResult |
GetKxDataviewResult.withDataviewName(String dataviewName)
A unique identifier for the dataview.
|
GetKxDataviewResult |
GetKxDataviewResult.withDescription(String description)
A description of the dataview.
|
GetKxDataviewResult |
GetKxDataviewResult.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
|
GetKxDataviewResult |
GetKxDataviewResult.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the dataview was updated in FinSpace.
|
GetKxDataviewResult |
GetKxDataviewResult.withReadWrite(Boolean readWrite)
Returns True if the dataview is created as writeable and False otherwise.
|
GetKxDataviewResult |
GetKxDataviewResult.withSegmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
GetKxDataviewResult |
GetKxDataviewResult.withSegmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
GetKxDataviewResult |
GetKxDataviewResult.withStatus(KxDataviewStatus status)
The status of dataview creation.
|
GetKxDataviewResult |
GetKxDataviewResult.withStatus(String status)
The status of dataview creation.
|
GetKxDataviewResult |
GetKxDataviewResult.withStatusReason(String statusReason)
The error message when a failed state occurs.
|
Copyright © 2024. All rights reserved.