| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
KxDataviewActiveVersion |
KxDataviewActiveVersion.clone() |
KxDataviewActiveVersion |
KxDataviewActiveVersion.withAttachedClusters(Collection<String> attachedClusters)
The list of clusters that are currently using this dataview.
|
KxDataviewActiveVersion |
KxDataviewActiveVersion.withAttachedClusters(String... attachedClusters)
The list of clusters that are currently using this dataview.
|
KxDataviewActiveVersion |
KxDataviewActiveVersion.withChangesetId(String changesetId)
A unique identifier for the changeset.
|
KxDataviewActiveVersion |
KxDataviewActiveVersion.withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the dataview version was active.
|
KxDataviewActiveVersion |
KxDataviewActiveVersion.withSegmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
KxDataviewActiveVersion |
KxDataviewActiveVersion.withSegmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
KxDataviewActiveVersion |
KxDataviewActiveVersion.withVersionId(String versionId)
A unique identifier of the active version.
|
| Modifier and Type | Method and Description |
|---|---|
List<KxDataviewActiveVersion> |
KxDataviewListEntry.getActiveVersions()
The active changeset versions for the given dataview entry.
|
List<KxDataviewActiveVersion> |
GetKxDataviewResult.getActiveVersions()
The current active changeset versions of the database on the given dataview.
|
List<KxDataviewActiveVersion> |
UpdateKxDataviewResult.getActiveVersions()
The current active changeset versions of the database on the given dataview.
|
| Modifier and Type | Method and Description |
|---|---|
KxDataviewListEntry |
KxDataviewListEntry.withActiveVersions(KxDataviewActiveVersion... activeVersions)
The active changeset versions for the given dataview entry.
|
GetKxDataviewResult |
GetKxDataviewResult.withActiveVersions(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KxDataviewListEntry.setActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The active changeset versions for the given dataview entry.
|
void |
GetKxDataviewResult.setActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The current active changeset versions of the database on the given dataview.
|
void |
UpdateKxDataviewResult.setActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The current active changeset versions of the database on the given dataview.
|
KxDataviewListEntry |
KxDataviewListEntry.withActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The active changeset versions for the given dataview entry.
|
GetKxDataviewResult |
GetKxDataviewResult.withActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The current active changeset versions of the database on the given dataview.
|
UpdateKxDataviewResult |
UpdateKxDataviewResult.withActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The current active changeset versions of the database on the given dataview.
|
Copyright © 2024. All rights reserved.