Uses of Class
com.amazonaws.services.redshift.model.EC2SecurityGroup
-
Packages that use EC2SecurityGroup Package Description com.amazonaws.services.redshift.model -
-
Uses of EC2SecurityGroup in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return EC2SecurityGroup Modifier and Type Method Description EC2SecurityGroup
EC2SecurityGroup. clone()
EC2SecurityGroup
EC2SecurityGroup. withEC2SecurityGroupName(String eC2SecurityGroupName)
The name of the EC2 Security Group.EC2SecurityGroup
EC2SecurityGroup. withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS ID of the owner of the EC2 security group specified in theEC2SecurityGroupName
field.EC2SecurityGroup
EC2SecurityGroup. withStatus(String status)
The status of the EC2 security group.EC2SecurityGroup
EC2SecurityGroup. withTags(Tag... tags)
The list of tags for the EC2 security group.EC2SecurityGroup
EC2SecurityGroup. withTags(Collection<Tag> tags)
The list of tags for the EC2 security group.Methods in com.amazonaws.services.redshift.model that return types with arguments of type EC2SecurityGroup Modifier and Type Method Description List<EC2SecurityGroup>
ClusterSecurityGroup. getEC2SecurityGroups()
A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.Methods in com.amazonaws.services.redshift.model with parameters of type EC2SecurityGroup Modifier and Type Method Description ClusterSecurityGroup
ClusterSecurityGroup. withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.Method parameters in com.amazonaws.services.redshift.model with type arguments of type EC2SecurityGroup Modifier and Type Method Description void
ClusterSecurityGroup. setEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.ClusterSecurityGroup
ClusterSecurityGroup. withEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.
-