Uses of Class
software.amazon.awssdk.services.rds.model.EC2SecurityGroup
-
Packages that use EC2SecurityGroup Package Description software.amazon.awssdk.services.rds.model -
-
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 EC2SecurityGroup Modifier and Type Method Description List<EC2SecurityGroup>
DBSecurityGroup. ec2SecurityGroups()
Contains a list ofEC2SecurityGroup
elements.Methods in software.amazon.awssdk.services.rds.model with parameters of type EC2SecurityGroup Modifier and Type Method Description DBSecurityGroup.Builder
DBSecurityGroup.Builder. ec2SecurityGroups(EC2SecurityGroup... ec2SecurityGroups)
Contains a list ofEC2SecurityGroup
elements.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type EC2SecurityGroup Modifier and Type Method Description DBSecurityGroup.Builder
DBSecurityGroup.Builder. ec2SecurityGroups(Collection<EC2SecurityGroup> ec2SecurityGroups)
Contains a list ofEC2SecurityGroup
elements.
-