Uses of Class
com.amazonaws.services.rds.model.VpcSecurityGroupMembership
Packages that use VpcSecurityGroupMembership
-
Uses of VpcSecurityGroupMembership in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return VpcSecurityGroupMembershipModifier and TypeMethodDescriptionVpcSecurityGroupMembership.clone()
VpcSecurityGroupMembership.withStatus
(String status) The status of the VPC security group.VpcSecurityGroupMembership.withVpcSecurityGroupId
(String vpcSecurityGroupId) The name of the VPC security group.Methods in com.amazonaws.services.rds.model that return types with arguments of type VpcSecurityGroupMembershipModifier and TypeMethodDescriptionOption.getVpcSecurityGroupMemberships()
If the option requires access to a port, then this VPC security group allows access to the port.DBCluster.getVpcSecurityGroups()
Provides a list of VPC security groups that the DB cluster belongs to.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 VpcSecurityGroupMembershipModifier and TypeMethodDescriptionOption.withVpcSecurityGroupMemberships
(VpcSecurityGroupMembership... vpcSecurityGroupMemberships) If the option requires access to a port, then this VPC security group allows access to the port.DBCluster.withVpcSecurityGroups
(VpcSecurityGroupMembership... vpcSecurityGroups) Provides a list of VPC security groups that the DB cluster belongs to.DBInstance.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 VpcSecurityGroupMembershipModifier and TypeMethodDescriptionvoid
Option.setVpcSecurityGroupMemberships
(Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships) If the option requires access to a port, then this VPC security group allows access to the port.void
DBCluster.setVpcSecurityGroups
(Collection<VpcSecurityGroupMembership> vpcSecurityGroups) Provides a list of VPC security groups that the DB cluster belongs to.void
DBInstance.setVpcSecurityGroups
(Collection<VpcSecurityGroupMembership> vpcSecurityGroups) Provides List of VPC security group elements that the DB instance belongs to.Option.withVpcSecurityGroupMemberships
(Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships) If the option requires access to a port, then this VPC security group allows access to the port.DBCluster.withVpcSecurityGroups
(Collection<VpcSecurityGroupMembership> vpcSecurityGroups) Provides a list of VPC security groups that the DB cluster belongs to.DBInstance.withVpcSecurityGroups
(Collection<VpcSecurityGroupMembership> vpcSecurityGroups) Provides List of VPC security group elements that the DB instance belongs to.