Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterVpcSecurityGroup
-
Packages that use AwsRedshiftClusterVpcSecurityGroup Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRedshiftClusterVpcSecurityGroup in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRedshiftClusterVpcSecurityGroup Modifier and Type Method Description List<AwsRedshiftClusterVpcSecurityGroup>AwsRedshiftClusterDetails. vpcSecurityGroups()The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRedshiftClusterVpcSecurityGroup Modifier and Type Method Description AwsRedshiftClusterDetails.BuilderAwsRedshiftClusterDetails.Builder. vpcSecurityGroups(AwsRedshiftClusterVpcSecurityGroup... vpcSecurityGroups)The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRedshiftClusterVpcSecurityGroup Modifier and Type Method Description AwsRedshiftClusterDetails.BuilderAwsRedshiftClusterDetails.Builder. vpcSecurityGroups(Collection<AwsRedshiftClusterVpcSecurityGroup> vpcSecurityGroups)The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
-