Uses of Class
software.amazon.awssdk.services.docdb.model.VpcSecurityGroupMembership
-
Packages that use VpcSecurityGroupMembership Package Description software.amazon.awssdk.services.docdb.model -
-
Uses of VpcSecurityGroupMembership in software.amazon.awssdk.services.docdb.model
Methods in software.amazon.awssdk.services.docdb.model that return types with arguments of type VpcSecurityGroupMembership Modifier and Type Method Description List<VpcSecurityGroupMembership>DBCluster. vpcSecurityGroups()Provides a list of virtual private cloud (VPC) security groups that the cluster belongs to.List<VpcSecurityGroupMembership>DBInstance. vpcSecurityGroups()Provides a list of VPC security group elements that the instance belongs to.Methods in software.amazon.awssdk.services.docdb.model with parameters of type VpcSecurityGroupMembership Modifier and Type Method Description DBCluster.BuilderDBCluster.Builder. vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)Provides a list of virtual private cloud (VPC) security groups that the cluster belongs to.DBInstance.BuilderDBInstance.Builder. vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)Provides a list of VPC security group elements that the instance belongs to.Method parameters in software.amazon.awssdk.services.docdb.model with type arguments of type VpcSecurityGroupMembership Modifier and Type Method Description DBCluster.BuilderDBCluster.Builder. vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)Provides a list of virtual private cloud (VPC) security groups that the cluster belongs to.DBInstance.BuilderDBInstance.Builder. vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)Provides a list of VPC security group elements that the instance belongs to.
-