Uses of Class
software.amazon.awssdk.services.redshift.paginators.DescribeNodeConfigurationOptionsIterable
-
Packages that use DescribeNodeConfigurationOptionsIterable Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of DescribeNodeConfigurationOptionsIterable in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeNodeConfigurationOptionsIterable Modifier and Type Method Description default DescribeNodeConfigurationOptionsIterableRedshiftClient. describeNodeConfigurationOptionsPaginator(Consumer<DescribeNodeConfigurationOptionsRequest.Builder> describeNodeConfigurationOptionsRequest)Returns properties of possible node configurations such as node type, number of nodes, and disk usage for the specified action type.default DescribeNodeConfigurationOptionsIterableRedshiftClient. describeNodeConfigurationOptionsPaginator(DescribeNodeConfigurationOptionsRequest describeNodeConfigurationOptionsRequest)Returns properties of possible node configurations such as node type, number of nodes, and disk usage for the specified action type.
-