Uses of Class
software.amazon.awssdk.services.redshift.model.ClusterVersion
-
Packages that use ClusterVersion Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of ClusterVersion in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ClusterVersion Modifier and Type Method Description List<ClusterVersion>DescribeClusterVersionsResponse. clusterVersions()A list ofVersionelements.Methods in software.amazon.awssdk.services.redshift.model with parameters of type ClusterVersion Modifier and Type Method Description DescribeClusterVersionsResponse.BuilderDescribeClusterVersionsResponse.Builder. clusterVersions(ClusterVersion... clusterVersions)A list ofVersionelements.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type ClusterVersion Modifier and Type Method Description DescribeClusterVersionsResponse.BuilderDescribeClusterVersionsResponse.Builder. clusterVersions(Collection<ClusterVersion> clusterVersions)A list ofVersionelements. -
Uses of ClusterVersion in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type ClusterVersion Modifier and Type Method Description SdkIterable<ClusterVersion>DescribeClusterVersionsIterable. clusterVersions()Returns an iterable to iterate through the paginatedDescribeClusterVersionsResponse.clusterVersions()member.SdkPublisher<ClusterVersion>DescribeClusterVersionsPublisher. clusterVersions()Returns a publisher that can be used to get a stream of data.
-