Package | Description |
---|---|
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VpcSecurityGroupMembership> |
Option.vpcSecurityGroupMemberships
If the option requires access to a port, then this VPC security group
allows access to the port.
|
private SdkInternalList<VpcSecurityGroupMembership> |
DBInstance.vpcSecurityGroups
Provides List of VPC security group elements that the DB instance belongs
to.
|
private SdkInternalList<VpcSecurityGroupMembership> |
DBCluster.vpcSecurityGroups
Provides a list of VPC security groups that the DB cluster belongs to.
|
Modifier and Type | Method and Description |
---|---|
VpcSecurityGroupMembership |
VpcSecurityGroupMembership.clone() |
VpcSecurityGroupMembership |
VpcSecurityGroupMembership.withStatus(java.lang.String status)
The status of the VPC security group.
|
VpcSecurityGroupMembership |
VpcSecurityGroupMembership.withVpcSecurityGroupId(java.lang.String vpcSecurityGroupId)
The name of the VPC security group.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<VpcSecurityGroupMembership> |
Option.getVpcSecurityGroupMemberships()
If the option requires access to a port, then this VPC security group
allows access to the port.
|
java.util.List<VpcSecurityGroupMembership> |
DBInstance.getVpcSecurityGroups()
Provides List of VPC security group elements that the DB instance belongs
to.
|
java.util.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 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(java.util.Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships)
If the option requires access to a port, then this VPC security group
allows access to the port.
|
void |
DBInstance.setVpcSecurityGroups(java.util.Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
Provides List of VPC security group elements that the DB instance belongs
to.
|
void |
DBCluster.setVpcSecurityGroups(java.util.Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
Provides a list of VPC security groups that the DB cluster belongs to.
|
Option |
Option.withVpcSecurityGroupMemberships(java.util.Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships)
If the option requires access to a port, then this VPC security group
allows access to the port.
|
DBInstance |
DBInstance.withVpcSecurityGroups(java.util.Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
Provides List of VPC security group elements that the DB instance belongs
to.
|
DBCluster |
DBCluster.withVpcSecurityGroups(java.util.Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
Provides a list of VPC security groups that the DB cluster belongs to.
|
Modifier and Type | Method and Description |
---|---|
VpcSecurityGroupMembership |
VpcSecurityGroupMembershipStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |