Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterClusterNode
-
Packages that use AwsRedshiftClusterClusterNode Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRedshiftClusterClusterNode in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRedshiftClusterClusterNode Modifier and Type Method Description List<AwsRedshiftClusterClusterNode>AwsRedshiftClusterDetails. clusterNodes()The nodes in the cluster.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRedshiftClusterClusterNode Modifier and Type Method Description AwsRedshiftClusterDetails.BuilderAwsRedshiftClusterDetails.Builder. clusterNodes(AwsRedshiftClusterClusterNode... clusterNodes)The nodes in the cluster.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRedshiftClusterClusterNode Modifier and Type Method Description AwsRedshiftClusterDetails.BuilderAwsRedshiftClusterDetails.Builder. clusterNodes(Collection<AwsRedshiftClusterClusterNode> clusterNodes)The nodes in the cluster.
-