'How to describe Redshift clusters using AWS SDK?

To get clusters info AWS CLI allows

aws redshift describe-clusters

Is it possible to do the same using AWS SDK for Java? It seems software.amazon.awssdk.services.redshiftdata.RedshiftDataClient doesn't have means for it



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source