Uses of Class
com.amazonaws.services.rds.model.EC2SecurityGroup
-
Packages that use EC2SecurityGroup Package Description com.amazonaws.services.rds.model -
-
Uses of EC2SecurityGroup in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return EC2SecurityGroup Modifier and Type Method Description EC2SecurityGroupEC2SecurityGroup. clone()EC2SecurityGroupEC2SecurityGroup. withEC2SecurityGroupId(String eC2SecurityGroupId)Specifies the id of the EC2 security group.EC2SecurityGroupEC2SecurityGroup. withEC2SecurityGroupName(String eC2SecurityGroupName)Specifies the name of the EC2 security group.EC2SecurityGroupEC2SecurityGroup. withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)Specifies the AWS ID of the owner of the EC2 security group specified in theEC2SecurityGroupNamefield.EC2SecurityGroupEC2SecurityGroup. withStatus(String status)Provides the status of the EC2 security group.Methods in com.amazonaws.services.rds.model that return types with arguments of type EC2SecurityGroup Modifier and Type Method Description List<EC2SecurityGroup>DBSecurityGroup. getEC2SecurityGroups()Contains a list of EC2SecurityGroup elements.Methods in com.amazonaws.services.rds.model with parameters of type EC2SecurityGroup Modifier and Type Method Description DBSecurityGroupDBSecurityGroup. withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)Contains a list of EC2SecurityGroup elements.Method parameters in com.amazonaws.services.rds.model with type arguments of type EC2SecurityGroup Modifier and Type Method Description voidDBSecurityGroup. setEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)Contains a list of EC2SecurityGroup elements.DBSecurityGroupDBSecurityGroup. withEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)Contains a list of EC2SecurityGroup elements.
-