Uses of Class
com.amazonaws.services.rds.model.VpcSecurityGroupMembership
-
Packages that use VpcSecurityGroupMembership Package Description com.amazonaws.services.rds.model -
-
Uses of VpcSecurityGroupMembership in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return VpcSecurityGroupMembership Modifier and Type Method Description VpcSecurityGroupMembershipVpcSecurityGroupMembership. clone()VpcSecurityGroupMembershipVpcSecurityGroupMembership. withStatus(String status)The status of the VPC security group.VpcSecurityGroupMembershipVpcSecurityGroupMembership. withVpcSecurityGroupId(String vpcSecurityGroupId)The name of the VPC security group.Methods in com.amazonaws.services.rds.model that return types with arguments of type VpcSecurityGroupMembership Modifier and Type Method Description List<VpcSecurityGroupMembership>Option. getVpcSecurityGroupMemberships()If the option requires access to a port, then this VPC security group allows access to the port.List<VpcSecurityGroupMembership>DBCluster. getVpcSecurityGroups()Provides a list of VPC security groups that the DB cluster belongs to.List<VpcSecurityGroupMembership>DBInstance. getVpcSecurityGroups()Provides List of VPC security group elements that the DB instance belongs to.Methods in com.amazonaws.services.rds.model with parameters of type VpcSecurityGroupMembership Modifier and Type Method Description OptionOption. withVpcSecurityGroupMemberships(VpcSecurityGroupMembership... vpcSecurityGroupMemberships)If the option requires access to a port, then this VPC security group allows access to the port.DBClusterDBCluster. withVpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)Provides a list of VPC security groups that the DB cluster belongs to.DBInstanceDBInstance. withVpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)Provides List of VPC security group elements that the DB instance belongs to.Method parameters in com.amazonaws.services.rds.model with type arguments of type VpcSecurityGroupMembership Modifier and Type Method Description voidOption. setVpcSecurityGroupMemberships(Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships)If the option requires access to a port, then this VPC security group allows access to the port.voidDBCluster. setVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)Provides a list of VPC security groups that the DB cluster belongs to.voidDBInstance. setVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)Provides List of VPC security group elements that the DB instance belongs to.OptionOption. withVpcSecurityGroupMemberships(Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships)If the option requires access to a port, then this VPC security group allows access to the port.DBClusterDBCluster. withVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)Provides a list of VPC security groups that the DB cluster belongs to.DBInstanceDBInstance. withVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)Provides List of VPC security group elements that the DB instance belongs to.
-