Uses of Class
software.amazon.awssdk.services.redshift.model.ClusterDbRevision
-
Packages that use ClusterDbRevision Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of ClusterDbRevision in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ClusterDbRevision Modifier and Type Method Description List<ClusterDbRevision>DescribeClusterDbRevisionsResponse. clusterDbRevisions()A list of revisions.Methods in software.amazon.awssdk.services.redshift.model with parameters of type ClusterDbRevision Modifier and Type Method Description DescribeClusterDbRevisionsResponse.BuilderDescribeClusterDbRevisionsResponse.Builder. clusterDbRevisions(ClusterDbRevision... clusterDbRevisions)A list of revisions.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type ClusterDbRevision Modifier and Type Method Description DescribeClusterDbRevisionsResponse.BuilderDescribeClusterDbRevisionsResponse.Builder. clusterDbRevisions(Collection<ClusterDbRevision> clusterDbRevisions)A list of revisions. -
Uses of ClusterDbRevision in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type ClusterDbRevision Modifier and Type Method Description SdkIterable<ClusterDbRevision>DescribeClusterDbRevisionsIterable. clusterDbRevisions()Returns an iterable to iterate through the paginatedDescribeClusterDbRevisionsResponse.clusterDbRevisions()member.SdkPublisher<ClusterDbRevision>DescribeClusterDbRevisionsPublisher. clusterDbRevisions()Returns a publisher that can be used to get a stream of data.
-