Uses of Class
software.amazon.awssdk.services.redshift.model.EC2SecurityGroup
-
Packages that use EC2SecurityGroup Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of EC2SecurityGroup in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type EC2SecurityGroup Modifier and Type Method Description List<EC2SecurityGroup>ClusterSecurityGroup. ec2SecurityGroups()A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.Methods in software.amazon.awssdk.services.redshift.model with parameters of type EC2SecurityGroup Modifier and Type Method Description ClusterSecurityGroup.BuilderClusterSecurityGroup.Builder. ec2SecurityGroups(EC2SecurityGroup... ec2SecurityGroups)A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type EC2SecurityGroup Modifier and Type Method Description ClusterSecurityGroup.BuilderClusterSecurityGroup.Builder. ec2SecurityGroups(Collection<EC2SecurityGroup> ec2SecurityGroups)A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.
-