| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
VpcSecurityGroupMembership |
VpcSecurityGroupMembership.clone() |
VpcSecurityGroupMembership |
VpcSecurityGroupMembership.withStatus(String status)
The status of the VPC security group.
|
VpcSecurityGroupMembership |
VpcSecurityGroupMembership.withVpcSecurityGroupId(String vpcSecurityGroupId)
The name of the VPC security group.
|
| Modifier and Type | Method and 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> |
DBInstance.getVpcSecurityGroups()
Provides a list of VPC security group elements that the DB instance belongs to.
|
List<VpcSecurityGroupMembership> |
DBCluster.getVpcSecurityGroups()
Provides a list of VPC security groups that the DB cluster belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Option |
Option.withVpcSecurityGroupMemberships(VpcSecurityGroupMembership... vpcSecurityGroupMemberships)
If the option requires access to a port, then this VPC security group allows access to the port.
|
DBInstance |
DBInstance.withVpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)
Provides a list of VPC security group elements that the DB instance belongs to.
|
DBCluster |
DBCluster.withVpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)
Provides a list of VPC security groups that the DB cluster belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Option.setVpcSecurityGroupMemberships(Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships)
If the option requires access to a port, then this VPC security group allows access to the port.
|
void |
DBInstance.setVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
Provides a list of VPC security group elements that the DB instance belongs to.
|
void |
DBCluster.setVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
Provides a list of VPC security groups that the DB cluster belongs to.
|
Option |
Option.withVpcSecurityGroupMemberships(Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships)
If the option requires access to a port, then this VPC security group allows access to the port.
|
DBInstance |
DBInstance.withVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
Provides a list of VPC security group elements that the DB instance belongs to.
|
DBCluster |
DBCluster.withVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
Provides a list of VPC security groups that the DB cluster belongs to.
|
Copyright © 2021. All rights reserved.