Uses of Class
software.amazon.awssdk.services.rds.model.EC2SecurityGroup
Packages that use EC2SecurityGroup
-
Uses of EC2SecurityGroup in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type EC2SecurityGroupModifier and TypeMethodDescriptionfinal List<EC2SecurityGroup>DBSecurityGroup.ec2SecurityGroups()Contains a list ofEC2SecurityGroupelements.Methods in software.amazon.awssdk.services.rds.model with parameters of type EC2SecurityGroupModifier and TypeMethodDescriptionDBSecurityGroup.Builder.ec2SecurityGroups(EC2SecurityGroup... ec2SecurityGroups) Contains a list ofEC2SecurityGroupelements.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type EC2SecurityGroupModifier and TypeMethodDescriptionDBSecurityGroup.Builder.ec2SecurityGroups(Collection<EC2SecurityGroup> ec2SecurityGroups) Contains a list ofEC2SecurityGroupelements.