| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
RevisionTarget |
RevisionTarget.clone() |
RevisionTarget |
RevisionTarget.withDatabaseRevision(String databaseRevision)
A unique string that identifies the version to update the cluster to.
|
RevisionTarget |
RevisionTarget.withDatabaseRevisionReleaseDate(Date databaseRevisionReleaseDate)
The date on which the database revision was released.
|
RevisionTarget |
RevisionTarget.withDescription(String description)
A string that describes the changes and features that will be applied to the cluster when it is updated to the
corresponding ClusterDbRevision.
|
| Modifier and Type | Method and Description |
|---|---|
List<RevisionTarget> |
ClusterDbRevision.getRevisionTargets()
A list of
RevisionTarget objects, where each object describes the database revision that a cluster
can be updated to. |
| Modifier and Type | Method and Description |
|---|---|
ClusterDbRevision |
ClusterDbRevision.withRevisionTargets(RevisionTarget... revisionTargets)
A list of
RevisionTarget objects, where each object describes the database revision that a cluster
can be updated to. |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterDbRevision.setRevisionTargets(Collection<RevisionTarget> revisionTargets)
A list of
RevisionTarget objects, where each object describes the database revision that a cluster
can be updated to. |
ClusterDbRevision |
ClusterDbRevision.withRevisionTargets(Collection<RevisionTarget> revisionTargets)
A list of
RevisionTarget objects, where each object describes the database revision that a cluster
can be updated to. |
Copyright © 2025. All rights reserved.