Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterClusterNode
Packages that use AwsRedshiftClusterClusterNode
-
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 AwsRedshiftClusterClusterNodeModifier and TypeMethodDescriptionAwsRedshiftClusterDetails.clusterNodes()The nodes in the cluster.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRedshiftClusterClusterNodeModifier and TypeMethodDescriptionAwsRedshiftClusterDetails.Builder.clusterNodes(AwsRedshiftClusterClusterNode... clusterNodes) The nodes in the cluster.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRedshiftClusterClusterNodeModifier and TypeMethodDescriptionAwsRedshiftClusterDetails.Builder.clusterNodes(Collection<AwsRedshiftClusterClusterNode> clusterNodes) The nodes in the cluster.