Uses of Class
software.amazon.awssdk.services.rds.model.VpcSecurityGroupMembership
Packages that use VpcSecurityGroupMembership
-
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 VpcSecurityGroupMembershipModifier and TypeMethodDescriptionfinal List<VpcSecurityGroupMembership>Option.vpcSecurityGroupMemberships()If the option requires access to a port, then this VPC security group allows access to the port.final List<VpcSecurityGroupMembership>DBCluster.vpcSecurityGroups()The list of VPC security groups that the DB cluster belongs to.final 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 VpcSecurityGroupMembershipModifier and TypeMethodDescriptionOption.Builder.vpcSecurityGroupMemberships(VpcSecurityGroupMembership... vpcSecurityGroupMemberships) If the option requires access to a port, then this VPC security group allows access to the port.DBCluster.Builder.vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups) The list of VPC security groups that the DB cluster belongs to.DBInstance.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 VpcSecurityGroupMembershipModifier and TypeMethodDescriptionOption.Builder.vpcSecurityGroupMemberships(Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships) If the option requires access to a port, then this VPC security group allows access to the port.DBCluster.Builder.vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups) The list of VPC security groups that the DB cluster belongs to.DBInstance.Builder.vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups) The list of Amazon EC2 VPC security groups that the DB instance belongs to.