Uses of Class
software.amazon.awssdk.services.redshift.model.RevisionTarget
-
Packages that use RevisionTarget Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of RevisionTarget in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type RevisionTarget Modifier and Type Method Description List<RevisionTarget>ClusterDbRevision. revisionTargets()A list ofRevisionTargetobjects, where each object describes the database revision that a cluster can be updated to.Methods in software.amazon.awssdk.services.redshift.model with parameters of type RevisionTarget Modifier and Type Method Description ClusterDbRevision.BuilderClusterDbRevision.Builder. revisionTargets(RevisionTarget... revisionTargets)A list ofRevisionTargetobjects, where each object describes the database revision that a cluster can be updated to.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type RevisionTarget Modifier and Type Method Description ClusterDbRevision.BuilderClusterDbRevision.Builder. revisionTargets(Collection<RevisionTarget> revisionTargets)A list ofRevisionTargetobjects, where each object describes the database revision that a cluster can be updated to.
-