Uses of Class
software.amazon.awssdk.services.redshift.paginators.DescribeClusterParametersIterable
-
Packages that use DescribeClusterParametersIterable Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of DescribeClusterParametersIterable in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeClusterParametersIterable Modifier and Type Method Description default DescribeClusterParametersIterableRedshiftClient. describeClusterParametersPaginator(Consumer<DescribeClusterParametersRequest.Builder> describeClusterParametersRequest)Returns a detailed list of parameters contained within the specified Amazon Redshift parameter group.default DescribeClusterParametersIterableRedshiftClient. describeClusterParametersPaginator(DescribeClusterParametersRequest describeClusterParametersRequest)Returns a detailed list of parameters contained within the specified Amazon Redshift parameter group.
-