Uses of Class
software.amazon.awssdk.services.rds.model.VpcSecurityGroupMembership
-
Packages that use VpcSecurityGroupMembership Package Description software.amazon.awssdk.services.rds.model -
-
Uses of VpcSecurityGroupMembership in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type VpcSecurityGroupMembership Modifier and Type Method Description List<VpcSecurityGroupMembership>Option. vpcSecurityGroupMemberships()If the option requires access to a port, then this VPC security group allows access to the port.List<VpcSecurityGroupMembership>DBCluster. vpcSecurityGroups()The list of VPC security groups that the DB cluster belongs to.List<VpcSecurityGroupMembership>DBInstance. vpcSecurityGroups()The list of Amazon EC2 VPC security groups that the DB instance belongs to.Methods in software.amazon.awssdk.services.rds.model with parameters of type VpcSecurityGroupMembership Modifier and Type Method Description Option.BuilderOption.Builder. vpcSecurityGroupMemberships(VpcSecurityGroupMembership... vpcSecurityGroupMemberships)If the option requires access to a port, then this VPC security group allows access to the port.DBCluster.BuilderDBCluster.Builder. vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)The list of VPC security groups that the DB cluster belongs to.DBInstance.BuilderDBInstance.Builder. vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)The list of Amazon EC2 VPC security groups that the DB instance belongs to.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type VpcSecurityGroupMembership Modifier and Type Method Description Option.BuilderOption.Builder. vpcSecurityGroupMemberships(Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships)If the option requires access to a port, then this VPC security group allows access to the port.DBCluster.BuilderDBCluster.Builder. vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)The list of VPC security groups that the DB cluster belongs to.DBInstance.BuilderDBInstance.Builder. vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)The list of Amazon EC2 VPC security groups that the DB instance belongs to.
-