| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbInstanceVpcSecurityGroup |
AwsRdsDbInstanceVpcSecurityGroup.clone() |
AwsRdsDbInstanceVpcSecurityGroup |
AwsRdsDbInstanceVpcSecurityGroup.withStatus(String status)
The status of the VPC security group.
|
AwsRdsDbInstanceVpcSecurityGroup |
AwsRdsDbInstanceVpcSecurityGroup.withVpcSecurityGroupId(String vpcSecurityGroupId)
The name of the VPC security group.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsRdsDbInstanceVpcSecurityGroup> |
AwsRdsDbInstanceDetails.getVpcSecurityGroups()
A list of VPC security groups that the DB instance belongs to.
|
List<AwsRdsDbInstanceVpcSecurityGroup> |
AwsRdsDbClusterDetails.getVpcSecurityGroups()
A list of VPC security groups that the DB cluster belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withVpcSecurityGroups(AwsRdsDbInstanceVpcSecurityGroup... vpcSecurityGroups)
A list of VPC security groups that the DB instance belongs to.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withVpcSecurityGroups(AwsRdsDbInstanceVpcSecurityGroup... vpcSecurityGroups)
A list of VPC security groups that the DB cluster belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsRdsDbInstanceDetails.setVpcSecurityGroups(Collection<AwsRdsDbInstanceVpcSecurityGroup> vpcSecurityGroups)
A list of VPC security groups that the DB instance belongs to.
|
void |
AwsRdsDbClusterDetails.setVpcSecurityGroups(Collection<AwsRdsDbInstanceVpcSecurityGroup> vpcSecurityGroups)
A list of VPC security groups that the DB cluster belongs to.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withVpcSecurityGroups(Collection<AwsRdsDbInstanceVpcSecurityGroup> vpcSecurityGroups)
A list of VPC security groups that the DB instance belongs to.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withVpcSecurityGroups(Collection<AwsRdsDbInstanceVpcSecurityGroup> vpcSecurityGroups)
A list of VPC security groups that the DB cluster belongs to.
|
Copyright © 2022. All rights reserved.