Uses of Class
software.amazon.awssdk.services.redshift.paginators.DescribeClusterSubnetGroupsIterable
-
Packages that use DescribeClusterSubnetGroupsIterable Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of DescribeClusterSubnetGroupsIterable in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeClusterSubnetGroupsIterable Modifier and Type Method Description default DescribeClusterSubnetGroupsIterableRedshiftClient. describeClusterSubnetGroupsPaginator()Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.default DescribeClusterSubnetGroupsIterableRedshiftClient. describeClusterSubnetGroupsPaginator(Consumer<DescribeClusterSubnetGroupsRequest.Builder> describeClusterSubnetGroupsRequest)Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.default DescribeClusterSubnetGroupsIterableRedshiftClient. describeClusterSubnetGroupsPaginator(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest)Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
-