| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
List<VpcSecurityGroupMembership> |
DBCluster.vpcSecurityGroups()
Provides a list of VPC security groups that the DB cluster belongs to.
|
List<VpcSecurityGroupMembership> |
DBInstance.vpcSecurityGroups()
Provides a list of VPC security group elements that the DB instance belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
DBCluster.Builder |
DBCluster.Builder.vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)
Provides a list of VPC security groups that the DB cluster belongs to.
|
DBInstance.Builder |
DBInstance.Builder.vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)
Provides a list of VPC security group elements that the DB instance belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
DBCluster.Builder |
DBCluster.Builder.vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
Provides a list of VPC security groups that the DB cluster belongs to.
|
DBInstance.Builder |
DBInstance.Builder.vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
Provides a list of VPC security group elements that the DB instance belongs to.
|
Copyright © 2023. All rights reserved.