| 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 |
|---|---|
UpdateKxDataviewResult |
AbstractAWSfinspace.updateKxDataview(UpdateKxDataviewRequest request) |
UpdateKxDataviewResult |
AWSfinspaceClient.updateKxDataview(UpdateKxDataviewRequest request)
Updates the specified dataview.
|
UpdateKxDataviewResult |
AWSfinspace.updateKxDataview(UpdateKxDataviewRequest updateKxDataviewRequest)
Updates the specified dataview.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateKxDataviewResult> |
AbstractAWSfinspaceAsync.updateKxDataviewAsync(UpdateKxDataviewRequest request,
AsyncHandler<UpdateKxDataviewRequest,UpdateKxDataviewResult> asyncHandler) |
Future<UpdateKxDataviewResult> |
AWSfinspaceAsyncClient.updateKxDataviewAsync(UpdateKxDataviewRequest request,
AsyncHandler<UpdateKxDataviewRequest,UpdateKxDataviewResult> asyncHandler) |
Future<UpdateKxDataviewResult> |
AWSfinspaceAsync.updateKxDataviewAsync(UpdateKxDataviewRequest updateKxDataviewRequest,
AsyncHandler<UpdateKxDataviewRequest,UpdateKxDataviewResult> asyncHandler)
Updates the specified dataview.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateKxDataviewResult |
UpdateKxDataviewResult.clone() |
UpdateKxDataviewResult |
UpdateKxDataviewResult.withActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The current active changeset versions of the database on the given dataview.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withActiveVersions(KxDataviewActiveVersion... activeVersions)
The current active changeset versions of the database on the given dataview.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.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.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withAvailabilityZoneId(String availabilityZoneId)
The identifier of the availability zones.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withAzMode(KxAzMode azMode)
The number of availability zones you want to assign per volume.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withAzMode(String azMode)
The number of availability zones you want to assign per volume.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withChangesetId(String changesetId)
A unique identifier for the changeset.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the dataview was created in FinSpace.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withDatabaseName(String databaseName)
The name of the database.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withDataviewName(String dataviewName)
The name of the database under which the dataview was created.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withDescription(String description)
A description of the dataview.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, where you want to update the dataview.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the dataview was updated in FinSpace.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withReadWrite(Boolean readWrite)
Returns True if the dataview is created as writeable and False otherwise.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withSegmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withSegmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withStatus(KxDataviewStatus status)
The status of dataview creation.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withStatus(String status)
The status of dataview creation.
|
Copyright © 2024. All rights reserved.