Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterClusterSecurityGroup
-
Packages that use AwsRedshiftClusterClusterSecurityGroup Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRedshiftClusterClusterSecurityGroup in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRedshiftClusterClusterSecurityGroup Modifier and Type Method Description List<AwsRedshiftClusterClusterSecurityGroup>AwsRedshiftClusterDetails. clusterSecurityGroups()A list of cluster security groups that are associated with the cluster.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRedshiftClusterClusterSecurityGroup Modifier and Type Method Description AwsRedshiftClusterDetails.BuilderAwsRedshiftClusterDetails.Builder. clusterSecurityGroups(AwsRedshiftClusterClusterSecurityGroup... clusterSecurityGroups)A list of cluster security groups that are associated with the cluster.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRedshiftClusterClusterSecurityGroup Modifier and Type Method Description AwsRedshiftClusterDetails.BuilderAwsRedshiftClusterDetails.Builder. clusterSecurityGroups(Collection<AwsRedshiftClusterClusterSecurityGroup> clusterSecurityGroups)A list of cluster security groups that are associated with the cluster.
-