| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
List<EC2SecurityGroup> |
ClusterSecurityGroup.ec2SecurityGroups()
A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.Builder.ec2SecurityGroups(EC2SecurityGroup... ec2SecurityGroups)
A list of EC2 security groups that are permitted to access clusters associated with this cluster security
group.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.Builder.ec2SecurityGroups(Collection<EC2SecurityGroup> ec2SecurityGroups)
A list of EC2 security groups that are permitted to access clusters associated with this cluster security
group.
|
Copyright © 2023. All rights reserved.