Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
ClusterDbRevision |
ClusterDbRevision.clone() |
ClusterDbRevision |
ClusterDbRevision.withClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster.
|
ClusterDbRevision |
ClusterDbRevision.withCurrentDatabaseRevision(String currentDatabaseRevision)
A string representing the current cluster version.
|
ClusterDbRevision |
ClusterDbRevision.withDatabaseRevisionReleaseDate(Date databaseRevisionReleaseDate)
The date on which the database revision was released.
|
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. |
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 |
---|---|
List<ClusterDbRevision> |
DescribeClusterDbRevisionsResult.getClusterDbRevisions()
A list of revisions.
|
Modifier and Type | Method and Description |
---|---|
DescribeClusterDbRevisionsResult |
DescribeClusterDbRevisionsResult.withClusterDbRevisions(ClusterDbRevision... clusterDbRevisions)
A list of revisions.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClusterDbRevisionsResult.setClusterDbRevisions(Collection<ClusterDbRevision> clusterDbRevisions)
A list of revisions.
|
DescribeClusterDbRevisionsResult |
DescribeClusterDbRevisionsResult.withClusterDbRevisions(Collection<ClusterDbRevision> clusterDbRevisions)
A list of revisions.
|
Copyright © 2024. All rights reserved.